Commit Graph

2068 Commits

Author SHA1 Message Date
Alex Burlacu
202d93ce21 Fix v2.23 API issue 2023-04-03 18:29:44 +03:00
Alex Burlacu
7ca8743d86 Remove redundant docstrings and allow TaskTypes in filter conditions 2023-04-03 18:22:29 +03:00
pollfly
28c54524d8
Edit docstrings (#961)
Should partially fix issue mentioned in #950
2023-03-30 17:09:19 +03:00
jday1
4a30e32f73
Modify Tasl.get_reported_scalars() docstring (#964)
See #963
2023-03-30 17:05:18 +03:00
Alex Burlacu
09f8d3d848 Bump version to 1.10.1 2023-03-29 19:02:06 +03:00
Alex Burlacu
cc843f6afa Fix docstrings 2023-03-29 19:01:48 +03:00
Alex Burlacu
fc8435e26b Fix backward compatibility when using datetime filtering for GetAllRequest in models.py and tasks.py 2023-03-29 19:01:03 +03:00
Harry
6f1c208726
Add a cast parameter to Task.get_parameter() (#958) 2023-03-28 12:21:43 +03:00
allegroai
2f4f11aadb Refactor pipeline code 2023-03-27 13:43:52 +03:00
allegroai
4a91843559 Add local HPO cli execution (--local --args) 2023-03-27 13:40:58 +03:00
allegroai
fa92c75ffc Add support to python package namespace detection 2023-03-27 13:40:26 +03:00
allegroai
4cd8857c0d Refactor code 2023-03-27 13:38:11 +03:00
allegroai
ecf6a4df2a Fix last commit 2023-03-26 16:59:01 +03:00
Alex Burlacu
5635137972 Bump version to 1.10.0 2023-03-24 13:48:43 +02:00
Alex Burlacu
309b09f8a9 Add support for API v2.23 and attaching plots and scalars to models 2023-03-24 13:41:18 +02:00
jday1
b34063dd3f
Fix missing comma (#959) 2023-03-23 22:21:23 +02:00
Alex Burlacu
45838ec080 Add an example of model with plots 2023-03-23 19:08:40 +02:00
Alex Burlacu
43e73c5f0a Allow moving a task from offline to online mode in a specific manner 2023-03-23 18:58:15 +02:00
Alex Burlacu
dc5be02328 Allow registering offline models 2023-03-23 18:32:53 +02:00
Alex Burlacu
a5d25b1a88 Allow for automatic identification of SageMaker notebooks 2023-03-23 18:24:46 +02:00
Alex Burlacu
4bb83c1c6c Allow to force_download model weights 2023-03-23 18:17:19 +02:00
Alex Burlacu
c5b05fcd49 Allow tuning the behavior of pipeline_controller.is_successful 2023-03-23 18:10:23 +02:00
Alex Burlacu
067c817f30 Allow deleting files when deleting datasets stored with clearml-data 2023-03-23 18:03:40 +02:00
Alex Burlacu
fce03ef0a2 Fix messed XGBoost/CatBoost metrics when training multiple models in the same task 2023-03-23 17:58:39 +02:00
Alex Burlacu
c758a02634 Emit an warning on non-string dictionary keys for task.connect 2023-03-23 17:55:27 +02:00
Alex Burlacu
a9d2abae5b Allow custom serialization/deserialization in pipelines 2023-03-23 17:38:09 +02:00
Alex Burlacu
ecd905e518 Add task.get_debug_samples method 2023-03-23 17:21:39 +02:00
Alex Burlacu
d90804f1cc Add pipeline_controller.connect_configuration 2023-03-23 17:15:37 +02:00
Alex Burlacu
3ee6ddf835 Allow to pass Plotly-style data_config to report_table 2023-03-23 17:12:29 +02:00
Alex Burlacu
f9fa303091 Fix Parallel Coordinate plots handling of categorical variables 2023-03-23 16:12:31 +02:00
Alex Burlacu
3817f0ca36 Fix task.connect docstring 2023-03-23 16:09:43 +02:00
Alex Burlacu
438da316e6 Fix StorageManager incorrectly identifying the bucket as additional folder for MinIO 2023-03-23 14:53:11 +02:00
Alex Burlacu
26bdfd66d0 Fix wrong overriding of custom server URLs when running clearml-init 2023-03-23 13:39:43 +02:00
Alex Burlacu
6ff629c4e7 Patch gradio only when imported 2023-03-23 13:24:13 +02:00
Alex Burlacu
2604401dd3 Fix fire binding 2023-03-23 13:20:28 +02:00
Alex Burlacu
90354a7751 Fix task.get_user_properties when called with value_only=True 2023-03-23 13:16:06 +02:00
Alex Burlacu
2e6e0c1a1d Do not allow dataset metadata entries that start with data_ 2023-03-23 13:11:07 +02:00
Alex Burlacu
11aee6c8e9 Add the possibility to not log Uncommitted Changes by explicitly setting CLEARML_VCS_DIFF to an empty string 2023-03-22 15:35:45 +02:00
Alex Burlacu
09a4d85c0c Fix parsing pipeline component arguments with comma slices in python 3.9 2023-03-22 15:15:21 +02:00
Alex Burlacu
6fb98d9e8c Add support for Task.publish_on_completion for API versions older than v2.20 2023-03-22 15:08:12 +02:00
Alex Burlacu
3ca6900c58 Change repo url to point to Allegro.ai/ClearML organization 2023-03-17 14:53:32 +02:00
alex-burlacu-clear-ml
79784baf2d
Merge pull request #927 from Make42/master
Improve the hyper_parameter example
2023-03-17 14:50:17 +02:00
alex-burlacu-clear-ml
b3f3928555
Merge pull request #945 from skinan/patch-1
Add "output_uri=True" in the hook config (openmmlab example)
2023-03-17 14:43:08 +02:00
alex-burlacu-clear-ml
bac92f532d
Merge pull request #952 from ainoam/master
Emphasize tutorials in Readme
2023-03-17 14:41:24 +02:00
Allegro AI
f2876a9949
Update README.md 2023-03-17 14:01:35 +02:00
alnoam
f4547db91b Emphasize tutorials in Readme 2023-03-15 17:35:18 +02:00
Victor Sonck
40c6db9d95
Add Getting Started Notebooks (#948) 2023-03-12 16:58:48 +02:00
jday1
ea1e4ac087
Fix git+https requirement using subdirectory is not supported (#947)
Fixes issue #946
2023-03-12 14:52:43 +02:00
Muhammad Sakib Khan Inan
3ffbbf1393
Added "output_uri=True" in the hook config
When "output_uri" is set to True, it uploads the Artifacts or Models to the ClearML Server.
2023-03-09 13:02:39 +06:00
Alex Burlacu
37dde23bc9 bump version to 1.9.3 2023-03-08 21:45:46 +02:00