mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Small edits (#543)
This commit is contained in:
parent
d5290e57d7
commit
0987e49748
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user