Skip to content

Commit 2ca1268

Browse files
DianeodConor McCarthy
andauthored
Update to Automl notebook v0.3.0 (#15)
* removed tensorflow gpu from requirements * update AutoML notebook * minor updates to automl notebook * update AutoML notebook Co-authored-by: Conor McCarthy <[email protected]>
1 parent ad922bb commit 2ca1268

File tree

8 files changed

+575
-536
lines changed

8 files changed

+575
-536
lines changed

notebooks/10 Automated Machine Learning.ipynb

Lines changed: 573 additions & 535 deletions
Large diffs are not rendered by default.

notebooks/images/run1conf.png

1.61 KB
Loading

notebooks/images/run1impact.png

15.4 KB
Loading

notebooks/images/run2conf.png

1.55 KB
Loading

notebooks/images/run2impact.png

2.39 KB
Loading

notebooks/images/run3impact.png

7.76 KB
Loading

notebooks/images/run4impact.png

110 Bytes
Loading

utils/util.q

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ npa:.p.import[`numpy]`:array
88
round:{y*"j"$x%y}
99
imax:{x?max x}
1010
mattab:{flip value flip x}
11-
print_runid:{-1"Run date: ",string[x],". Run time: ",string[y],"."}
11+
printDateTimeId:{-1"Model date: ",string[x`startDate],". Model time: ",string[x`startTime],"."}
12+
printSavedModelId:{-1"Model Name: ",string[x`savedModelName],"."}
1213

1314
// @kind function
1415
// @category misc

0 commit comments

Comments
 (0)