Commit Graph

64 Commits

Author SHA1 Message Date
allegroai
342fac71e2 Improve example documentation 2020-05-24 15:47:52 +03:00
allegroai
9e0a5a36fb Added distributed examples 2020-05-24 15:37:55 +03:00
allegroai
ba4c4c558f Add automation examples 2020-05-24 08:21:21 +03:00
allegroai
95105cbe6a Add automation support including hyper-parameters optimization 2020-05-22 12:00:07 +03:00
allegroai
c1e7742085 Update PyTorch example default epochs 2020-05-08 22:14:58 +03:00
allegroai
824808d38b Remove cast warning in Tensorflow v2 example 2020-04-28 10:45:02 +03:00
Jake Henning
0a3db7186d
Update autokeras_imdb_example.py 2020-04-20 15:48:39 +03:00
Erez Schanider
d0e04b8975 Add autokeras example 2020-04-20 14:55:59 +03:00
allegroai
c06f72ae3a Match Torch TensorboardX example to Tensorboard 2020-04-16 16:47:03 +03:00
allegroai
8f1dd8ba8b Add log text to TF V1 example 2020-04-16 16:44:42 +03:00
allegroai
0211d233d4 Deprecate Task.set_model_config(), Task.get_model_config_text() and Task.get_model_config_dict() 2020-03-23 23:25:16 +02:00
allegroai
e05e41c117 Add table reporting to manual reporting example 2020-03-20 10:13:22 +02:00
allegroai
1043c22d0a Update Jupyter notebook server execution example 2020-03-09 12:20:34 +02:00
allegroai
2bffc24347 Update Jupyter notebook server execution example 2020-03-08 18:56:41 +02:00
allegroai
8acb236b33 Update examples 2020-03-05 19:56:51 +02:00
allegroai
ef73bc258f Add Jupyter notebook server execution example 2020-03-05 12:35:58 +02:00
allegroai
073f4c308d Convert ndarray to histogram for axis to get rid of warning in tensorflow binding 2020-01-10 13:39:31 +02:00
danmalowany-allegro
a3194ff17b
Removed installation output text 2020-01-06 17:34:18 +02:00
danmalowany-allegro
955ac50b6e
Added matplotlib installation 2020-01-05 20:32:16 +02:00
danmalowany-allegro
6799aed78a
bugfix - pip command in comment 2020-01-05 19:59:33 +02:00
danmalowany-allegro
5abd01fa75
Updated to tensorflow 2 and added installation commands 2020-01-05 19:57:50 +02:00
allegroai
865ad925dd Update joblib example to latest release 2019-12-24 18:21:10 +02:00
allegroai
019954828b Add missing package to examples requirements 2019-12-15 15:13:08 +02:00
allegroai
5cae1e8384 Clean hyper-parameter example 2019-11-28 00:47:51 +02:00
allegroai
0a45d2094f Add Task connect_configuration, connect_label_enumeration, and support for nested dictionary with connect
Add Task.get_tasks
2019-11-15 22:00:10 +02:00
allegroai
d8e54b466c Fix Windows support 2019-11-08 22:14:42 +02:00
allegroai
9d7c875d71 Fix Windows support for example code 2019-10-29 22:07:36 +02:00
allegroai
c8737dc266 Fix Windows support in example code 2019-10-28 22:57:53 +02:00
allegroai
327c9f60b6 Add simple AutoML examples 2019-10-27 00:32:23 +03:00
allegroai
00e66b5d63 Add missing x/y/z axis titles to various logger report
Changed report_surface arguments
2019-10-27 00:32:05 +03:00
allegroai
6861aa0113 Add artifacts wildcard example 2019-10-25 15:14:09 +03:00
allegroai
cb3167bdd8 Add x/y/z title for scatter 2d/3d plots 2019-10-25 15:11:26 +03:00
allegroai
c0cfe3ccb2 Fix examples windows support 2019-10-10 20:33:58 +03:00
allegroai
7677f9dccd Fix example Windows support 2019-10-06 22:05:55 +03:00
allegroai
4a42345561 Add support for tuples in hyper-parameters dict 2019-10-04 01:31:26 +03:00
allegroai
a7eb8476ce Add initial Tensorflow v2 support (2.0.0rc1) 2019-09-27 13:24:04 +03:00
allegroai
86655412b0 Add artifacts support for folders/wildcard, include retrieval and extraction 2019-09-25 00:33:00 +03:00
allegroai
b1d3fc9694 Add Full Artifacts support, including local files/folders, pandas, numpy, images. requires train-server 0.11 and above 2019-09-23 18:41:53 +03:00
allegroai
0b4f00af4d Restructured Logger with nice clean interface.
Breaking changes: Logger no longer supports info/error/warning console() replaced with report_text()
2019-09-23 18:40:13 +03:00
allegroai
24c2f86741 Add upload artifact supports pd.DataFrame 2019-09-15 21:52:57 +03:00
allegroai
cfa88b2b0e Add example of model configuration dictionary logging 2019-09-13 17:10:50 +03:00
allegroai
d7bdc746b8 Add full artifacts support 2019-09-13 17:09:24 +03:00
allegroai
5270ca3cdc Add PyTorch Tensorboard toy example 2019-09-03 12:56:05 +03:00
allegroai
f663add27d Simplify examples 2019-08-19 21:26:29 +03:00
allegroai
761082b474 Replace opencv-python with more standard Pillow 2019-08-09 02:18:01 +03:00
allegroai
3ab1c261e7 Fix matplotlib support 2019-08-07 00:05:24 +03:00
allegroai
4c15613250 Add support for scikit-learn internal joblib implementation 2019-07-31 01:37:06 +03:00
allegroai
19c5f05912 Add scikit-learn support (joblib) and xgboost support 2019-07-31 00:30:12 +03:00
allegroai
62bc54d7be Add initial artifacts support
Fix sub-process support
Fix delete_after_upload option when uploading images
Add logugu support
Fix subsample plots if they are too big
Fix requests for over 15mb
2019-07-28 21:04:45 +03:00
Erez Schanider
94642af4a1 Merge remote-tracking branch 'upstream/master' 2019-07-21 08:48:35 +03:00