Commit Graph

1369 Commits

Author SHA1 Message Date
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
allegroai
844c01e15b Add clearml-Data (Datasets) multi-chunk support 2021-09-25 23:07:49 +03:00
allegroai
0dd9ba8adc Fix Python 3.5 compatibility 2021-09-25 23:05:24 +03:00
allegroai
5a5b9488e8 Add joblib (equivalent to scikit) to Task.init() auto_connect_frameworks argument 2021-09-25 23:05:12 +03:00
allegroai
5f390f3a54 Fix git detectors missing git repository without origin 2021-09-25 23:02:55 +03:00
pollfly
1cb5dbb276
Fix sync_folder docstring (#460) 2021-09-23 16:53:11 +03:00
pollfly
80e6ca6406
Add example to clearml-data help strings (#458)
* add example to clearml-data help strings

* Fix example style for consistency
2021-09-23 09:00:06 +03:00
Radu Grosu
4955c7a784
Log env vars starting with * in environ_bind.py (#459) 2021-09-22 22:44:33 +03:00
J Alexander
dd3d4cec94
Add TaskTypes to main namespace (#453)
* add tasktypes to main namespace

* add tasktypes to pipe decorator example

* minor linting

Co-authored-by: Johnathan Alexander <jalexander86@gatech.edu>
2021-09-22 10:34:45 +03:00
J Alexander
fd83f8c2cb
Fix xgb train overload (#456)
Co-authored-by: Johnathan Alexander <jalexander86@gatech.edu>
2021-09-22 10:34:05 +03:00
allegroai
6c96e60174 Fix images reported over history size were not sent if frequency was too high 2021-09-20 22:56:44 +03:00
allegroai
83cd9f1e69 Version bump to v1.1.1 2021-09-20 15:55:53 +03:00
allegroai
bc85fbca0f Fix TensorBoard add_image() not being reported 2021-09-20 15:55:53 +03:00
allegroai
9966dd640c Fix Logger.report_image() throws warning 2021-09-20 15:55:53 +03:00
allegroai
c9121debc2 Fix typo 2021-09-19 22:20:03 +03:00
allegroai
79dade6743 Version bump to v1.1.0 2021-09-19 19:36:24 +03:00
pollfly
d138ee984f
Add print statement to example (#454)
* Add print statement to example

* add space
2021-09-19 15:11:32 +03:00
allegroai
51d70efbff Fix PY2 compatibility issue 2021-09-17 16:17:43 +03:00
allegroai
889d237398 Remove humanfriendly, it is not used any longer 2021-09-14 00:06:20 +03:00
allegroai
3dad7ccf65 Add PipelineController auto_version_bump, fix PipelineController skipping queued Tasks. 2021-09-13 01:27:40 +03:00