Commit Graph

207 Commits

Author SHA1 Message Date
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
allegroai
b38a74c91e Add MegEngine example requirements and set examples project 2021-09-30 22:28:25 +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
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
allegroai
c9121debc2 Fix typo 2021-09-19 22:20:03 +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
edb076c462 Rename pipeline example 2021-09-10 13:08:15 +03:00
allegroai
75dfed6022 Add enhanced pipeline support and examples 2021-09-09 22:01:58 +03:00
allegroai
c85c05ef6a Add pipeline v2 examples 2021-09-05 00:30:53 +03:00
allegroai
6d09ff1518 Add function based Pipeline example 2021-09-03 03:39:30 +03:00
allegroai
3f80829ed7 Add function based Pipeline example 2021-09-03 03:34:41 +03:00
allegroai
e491f4352f Add PipelineController v2 (notice new constructor is not backwards compatible) 2021-09-03 03:27:33 +03:00
allegroai
aff39ae061 Fix documentation and prints 2021-08-25 16:46:44 +03:00
allegroai
8f48d5c884 Add TriggerScheduler example and fix pep8 2021-08-25 16:36:14 +03:00
allegroai
1d0be8c8e1 Add pipeline controller callback example 2021-08-25 16:30:52 +03:00