Small edits (#543)

This commit is contained in:
pollfly 2023-04-30 12:49:33 +03:00 committed by GitHub
parent d5290e57d7
commit 0987e49748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -129,10 +129,10 @@ does the following:
'dataset_url': '', 'dataset_url': '',
'random_state': 42, 'random_state': 42,
'test_size': 0.2, 'test_size': 0.2,
} }
# store arguments, later we will be able to change them from outside the code # store arguments, later we will be able to change them from outside the code
task.connect(args) task.connect(args)
``` ```
1. Download the data created in the previous step (specified through the `dataset_url` parameter) using 1. Download the data created in the previous step (specified through the `dataset_url` parameter) using

View File

@ -4,7 +4,7 @@ title: Version 1.10
### ClearML Server 1.10.1 ### ClearML Server 1.10.1
Bug Fix **Bug Fix**
* Fix WebApp does not connect to the server when using non-default ports [ClearML Server GitHub issue #191](https://github.com/allegroai/clearml-server/issues/191) * Fix WebApp does not connect to the server when using non-default ports [ClearML Server GitHub issue #191](https://github.com/allegroai/clearml-server/issues/191)
### ClearML SDK 1.10.3 ### ClearML SDK 1.10.3