Commit Graph

1399 Commits

Author SHA1 Message Date
allegroai
1795344ec3 Fix crash inside forked subprocess might leave SafeQueue in a locked state, causing task.close() to hang 2021-10-24 17:33:21 +03:00
allegroai
12439b9970 Add pipeline.upload_model() 2021-10-24 17:32:47 +03:00
allegroai
e6d3860de0 Add Task.query_tasks, Task.get_task/s tags argument
Fix docstring
2021-10-24 17:32:27 +03:00
pollfly
23b0c500f1
Add Dataset examples (#485)
* Add data_management example

* split dataset_management into two - dataset creation and data ingerstion examples

* add underscore to project name

* delete space

* black format
2021-10-24 14:31:20 +03:00
Allegro AI
0f2eef3ef4
Update README.md 2021-10-22 16:12:04 +03:00
Kumar Ashutosh
dae1a1d112
Minor edit when training with a custom dataset (#484)
When we want to train a custom dataset, the code should have the flexibility to accommodate variable number of classes.
2021-10-22 10:27:06 +03:00
allegroai
ca70f0a6f6 Improve docstring 2021-10-21 11:59:17 +03:00
allegroai
b443e781cb Fix task.set_script 2021-10-21 11:58:56 +03:00
allegroai
5bc689c9fe Fix clearml-task diff was corrupted by windows drive letter and separator (issue #483) 2021-10-21 09:55:32 +03:00
allegroai
0bc43a31f4 PEP8 2021-10-19 10:39:55 +03:00
allegroai
94d28ed44f Fix PipelineController start should not kill the process when done
Fix PY3.5 compatibility
2021-10-19 10:33:35 +03:00
allegroai
192bb03809 Add support for configuration env and files section 2021-10-19 10:32:06 +03:00
H4dr1en
4c7a59e2ba
Fix S3BucketConfig.is_valid() for ec2 envs with use_credentials_chain (#478) 2021-10-18 15:04:29 +03:00
pollfly
c29dd1fe06
Fix docstring typos (#476) 2021-10-17 20:19:16 +03:00
allegroai
8e1ff6eed9 Add nested pipeline components missing pipeline tags
Fix nested pipeline component point parent point to pipeline Task
2021-10-16 23:17:14 +03:00
allegroai
c8340d4d3c Fix populated Task missing import 2021-10-16 23:16:26 +03:00
allegroai
8d5d2f2f9e Fix Pipeline stopping all running steps 2021-10-16 23:15:58 +03:00
allegroai
3b7fc2e0d2 Add Task.stopped reason arg 2021-10-16 23:15:00 +03:00
allegroai
371405cad9 Fix DEBUG_SIMULATE_REMOTE_TASK devworker 2021-10-16 23:14:25 +03:00
allegroai
0ade8b0717 Fix LocalClearmlJob setting failed status
Cache ClreamlJob state (refresh every one second)
2021-10-16 23:13:49 +03:00
allegroai
88e4f8db82 Add Task.mark_completed() force and status_message args 2021-10-16 23:11:25 +03:00
allegroai
04797d25d1 Add PipelineController.stop() mark_failed and mark_aborted args
Add pipeline decorator run_locally
Add PipelineController.continue_on_fail property
Add PipelineController.__init__() abort_on_failure arg
2021-10-16 23:10:23 +03:00
allegroai
e4ceeb2c11 Enhance utilities 2021-10-16 23:07:33 +03:00
allegroai
fbb9af21f7 Add Task.get_script() and Task.set_script() 2021-10-16 23:06:37 +03:00
allegroai
0bca84375b Add support for setting default value to auto connected argparse arguments 2021-10-16 23:05:45 +03:00
allegroai
9085847c6d Fix duplicate task dataset tags 2021-10-16 23:04:11 +03:00
allegroai
f986c72113 Fix PY3.5 compatibility 2021-10-16 23:03:20 +03:00
allegroai
d0e5713d1c Fix pipeline failing to create Step Task should cause the pipeline to be marked failed 2021-10-16 23:02:38 +03:00
pollfly
8ca5346421
Edit TaskScheduler docstrings (#475) 2021-10-15 16:04:44 +03:00
pollfly
b010f775bd
Add demo server note to README and number instructions (#470) 2021-10-10 10:32:43 +03:00
allegroai
d747b2e93e Improve PyJWT resiliency support 2021-10-10 09:06:29 +03:00
allegroai
3b240b48c4 Fix TQDM "line cleanup" not using CR but rather arrow-up escape sequence 2021-10-10 09:06:07 +03:00
allegroai
0cb0c234eb Add Optimizer.get_top_experiments_id_metrics_pair() for top performing experiments 2021-10-10 09:05:44 +03:00
allegroai
efd786a061 Fix support for upload LazyEvalWrapper artifacts 2021-10-10 09:03:18 +03:00
allegroai
f25dcde2c1 Fix Jupyter notebook should always set Task as completed/stopped, never failed (exceptions are caught in interactive session) 2021-10-10 09:02:58 +03:00
allegroai
fb7bc920ed PEP8 2021-10-10 09:02:25 +03:00
allegroai
0a543d55d0 Version bump 2021-10-07 14:47:30 +03:00
allegroai
50e09ef29b Fix pyjwt.decode() in >=2.2.0 does not support kwargs (and thus fails when unsupported "verify" kwarg is used) 2021-10-07 14:47:30 +03:00
pollfly
6b30d06971
Update README getting started instructions (#466) 2021-10-07 09:29:47 +03:00
diegopereyra99
1f82b0c401
Add LogUnifomParameterRange for hyperparameter optimization with optuna (#462)
* Add LogUnifomParameterRange for hyperparameter optimization with optuna

* Add self.base and changed OptimizerOptuna to correctly create log uniform hyperparams.

* Add docstring to LogUniformParameterRange class.

Co-authored-by: Pereyra, Diego <9011013@ulta.com>
2021-10-06 22:22:24 +03:00
allegroai
4ee044f020 Version bump 2021-10-06 19:01:05 +03:00
allegroai
b6be5da363 Fix FileLock create target folder 2021-10-05 23:17:50 +03:00
allegroai
2509756ea8 Change pipeline.start_locally() default run_pipeline_steps_locally=False 2021-10-05 23:17:09 +03:00
pollfly
8c6119c13e
Fix docstring parameter (#464)
Replace `task_id` with `schedule_task_id` in `TaskScheduler` docstring examples so code works when copied
2021-10-05 19:54:07 +03:00
allegroai
6bcefb558e Change Dataset.create() now automatically reverts to using current Task if no project/name provided 2021-10-04 23:39:03 +03:00
allegroai
c2f49547d8 Fix broken Dataset finalize 2021-10-04 23:38:29 +03:00
allegroai
00efe33896 PEP8 2021-10-04 00:57:31 +03:00
allegroai
b0a3166a93 Fix example 2021-10-03 03:25:04 +03:00
allegroai
39d8d8f0cb Fix example project name 2021-10-03 02:56:52 +03:00
allegroai
3643446f56 Fix example requirements 2021-10-03 02:16:31 +03:00