Commit Graph

221 Commits

Author SHA1 Message Date
allegroai
d63f3b5ca7 Fix taking artifacts from non-completed tasks might fail 2022-06-26 18:19:50 +03:00
pollfly
d2608ba205
Add parameter names to example (#688) 2022-06-08 10:30:21 +03:00
allegroai
f64e1f34c5 Fix docstrings 2022-06-06 14:18:49 +03:00
Rizwan Hasan
717edba8c2
Fix FastAI DeprecationWarning (#683) 2022-05-30 19:56:37 +03:00
pollfly
4ccb357de4
Add pipeline parameter to task pipeline example (#664) 2022-05-05 12:13:48 +03:00
Allegro AI
92210e2c82
Update requirements.txt 2022-05-04 14:39:35 +03:00
erezalg
385d2a4fa3
Modify clearml-data example task name (#665)
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-05-03 14:58:07 +03:00
Rizwan Hasan
382d361bff
Fix DeprecationWarning (#658) 2022-04-25 01:27:52 +03:00
Rizwan Hasan
b18b888966
Refactor example (#657) 2022-04-24 18:19:17 +03:00
Zaida Zhou
70a8a7a03b
Add OpenMMLab example (#655) 2022-04-24 15:51:19 +03:00
Rizwan Hasan
8763a884da
Update Pytorch Lightning example for pytorch-lightning>=v1.6.0 (#650) 2022-04-21 10:18:30 +03:00
Rizwan Hasan
1080d2a840
Change pipeline example to run locally (#642) 2022-04-14 10:53:53 +03:00
allegroai
e06d3cbf99 Fix pytorch automagic logging torchscript models 2022-04-13 14:16:12 +03:00
allegroai
3bde51ebe7 Fix Fire integration is not compatible with typing library (#610) 2022-04-09 14:22:47 +03:00
pollfly
f4e4423b3a
Add manual seaborn logging example (#628) 2022-04-02 13:37:07 +03:00
allegroai
95785e7637 Fix jsonargparse support (#403) 2022-03-29 11:00:33 +03:00
Victor Sonck
2efac70546
Add git credentials to colab example (#621)
* Add git credentials environment variables to colab example

* Add git credentials for colab example

* Add cell magic to colab example to add git credentials
2022-03-24 21:53:33 +02:00
allegroai
b26bc09ade Update autokeras example 2022-03-24 19:35:07 +02:00
allegroai
c5e428a03d Add jsonargparse support (#403) 2022-03-24 19:30:24 +02:00
Mal Miller
d852ed974e
Update Slack SDK requirement (#597) 2022-03-08 10:05:38 +02:00
allegroai
cc9ad00eeb Fix PipelineDecorator example 2022-03-07 23:45:34 +02:00
allegroai
ac1750b442 Restructure FastAI examples 2022-03-06 19:08:22 +02:00
allegroai
a5b16db95c Add missing skip_zero_size_check argument in StorageManager.download_foler()
PEP8
2022-02-26 13:38:42 +02:00
eugen-ajechiloae-clearml
a8fbe51231
Support fastai v2 (#571) 2022-02-17 00:01:55 +02:00
Rizwan Hasan
e160e7d0ce
Add requirements for examples (#582) 2022-02-16 16:59:32 +02:00
Rizwan Hasan
b494232134
Capitalized examples task name, updated example requirements (#573) 2022-02-14 10:18:41 +02:00
eugen-ajechiloae-clearml
c01e2e1166
Fix group arguments in click (#561) 2022-02-12 00:01:44 +02:00
eugen-ajechiloae-clearml
296cb7d899
Add Python Fire support (#550) 2022-02-07 13:38:11 +02:00
eugen-ajechiloae-clearml
d53dbbf697
Add catboost support (#542)
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
2022-02-03 21:36:27 +02:00
Rizwan Hasan
eb5350f551
Fixed requirements, refactored and formatted code in some examples (#567) 2022-02-03 21:34:42 +02:00
pollfly
d3e986393a
Fix links (#558) 2022-01-27 12:15:04 +02:00
pollfly
f0f0d26208
Add model reporting examples (#553) 2022-01-25 15:36:12 +02:00
pollfly
12fa7c92aa
Edit HTML reporting examples (#546)
* edit docstrings
* xgboost edits
* change name of task_piping_example.py
* allegro >>> clearml, oval >>> ellipse
2022-01-20 14:34:18 +02:00
Idan Tene
ccc8e83c58
Fix and upgrade the SlackMonitor (#533)
* Update to latest Slack import statements
* Add filter callables to SlackMonitor
* Add include_users and exclude_users filters
* Add include_archived
2022-01-06 22:57:15 +02:00
pollfly
b31beb0873
Change example name (#528) 2021-12-31 12:33:23 +02:00
Victor Sonck
30c3968cd7
Add LocalClearmlJob as possible option for HPO (#525) 2021-12-28 15:54:38 +02:00
pollfly
b036bbce2f
Update XGBoost example (#524)
* Change dataset (load_boston is deprecated)
* Black format
* Add save_model
2021-12-23 14:07:42 +02:00
pollfly
8cc4c4256c
Add abseil example (#509) 2021-12-08 09:51:04 +02:00
pollfly
bb15ea6666
Fix links in jupyter notebooks (#505) 2021-12-02 11:28:35 +02:00
pollfly
f5040b59d7
Add Markdown in pipeline jupyter notebooks (#502)
* Add jupyter notebook to pipeline

* Add markdown explanations to Jupyter Notebook about pipeline
2021-12-01 18:48:14 +02:00
pollfly
8f84c42f5d
Edit pipeline example (#494) 2021-11-21 12:30:05 +02:00
allegroai
6a6cf111be Refactor AutoScaler 2021-11-17 19:15:48 +02:00
allegroai
11f21fcfb6 Fix PyTorch distributed TimeoutSocket issue in Windows 2021-10-25 13:15:05 +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
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
pollfly
8ca5346421
Edit TaskScheduler docstrings (#475) 2021-10-15 16:04:44 +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
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