Skip to content

Commit

Permalink
Update to Automl notebook v0.3.0 (#15)
Browse files Browse the repository at this point in the history
* removed tensorflow gpu from requirements

* update AutoML notebook

* minor updates to automl notebook

* update AutoML notebook

Co-authored-by: Conor McCarthy <conormccarthy@brainpool1.local>
  • Loading branch information
Dianeod and Conor McCarthy authored Jan 4, 2021
1 parent ad922bb commit 2ca1268
Show file tree
Hide file tree
Showing 8 changed files with 575 additions and 536 deletions.
1,108 changes: 573 additions & 535 deletions notebooks/10 Automated Machine Learning.ipynb

Large diffs are not rendered by default.

Binary file modified notebooks/images/run1conf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/images/run1impact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/images/run2conf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/images/run2impact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/images/run3impact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/images/run4impact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion utils/util.q
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ npa:.p.import[`numpy]`:array
round:{y*"j"$x%y}
imax:{x?max x}
mattab:{flip value flip x}
print_runid:{-1"Run date: ",string[x],". Run time: ",string[y],"."}
printDateTimeId:{-1"Model date: ",string[x`startDate],". Model time: ",string[x`startTime],"."}
printSavedModelId:{-1"Model Name: ",string[x`savedModelName],"."}

// @kind function
// @category misc
Expand Down

0 comments on commit 2ca1268

Please sign in to comment.