Commit Graph

1538 Commits

Author SHA1 Message Date
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
allegroai
56230faa5b Add PipelineController add_step configuration_overrides allowing to override Task configuration objects 2021-10-02 21:44:48 +03:00
allegroai
a488c6a04c Change clearml-data default chunk-size is 512mb 2021-10-02 21:43:56 +03:00
allegroai
e59d8bdac3 Fix task.connect(dict) value casting, if None is the default value, use backend stored type 2021-10-02 21:43:36 +03:00
allegroai
35fe1c418c Fix task.upload_artifact non standard dictionary will now revert to pickle. Issue #452 2021-10-02 21:42:18 +03:00
allegroai
7d1ebb360d Fix README 2021-09-30 22:28:25 +03:00
allegroai
bd51a36cbb Fix local diff should include staged commits (otherwise apply the git diff will fail, issue #457) 2021-09-30 22:28:25 +03:00
allegroai
b38a74c91e Add MegEngine example requirements and set examples project 2021-09-30 22:28:25 +03:00
J Alexander
d0e4e0be64
Fix http:// throws OSError in Windows (change repo dir search from pathlib2 to os, #463) 2021-09-30 22:28:09 +03:00
Feng Wang
8c9c0eacc7
Add support for MegEngine (#455)
* feat(framework): support MegEngine model

* feat(framework): add MegEngine example

* fix(example): change supported suffix to pkl
2021-09-30 00:16:20 +03:00
allegroai
400c6ec103 Add eager decorated pipeline execution
Support pipeline monitoring for scalers/models/artifacts
2021-09-27 18:53:54 +03:00
allegroai
c2ae7333b8 Fix reverted PR #458 2021-09-26 08:40:02 +03:00