Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1fa740f

Browse files
committed
Added recent changes
1 parent 8e4858e commit 1fa740f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ Scikit Flow Change Log
22
=================
33

44
## Development Version (master branch)
5-
* Performance and session related configurations, e.g. `num_cores`, `gpu_memory_fraction`, can now be wrapped in a ConfigAddon object and then passed into estimator. Example is available.
5+
* Performance and session related configurations, e.g. `num_cores`, `gpu_memory_fraction`, can now be wrapped in a ConfigAddon object and then passed into estimator. Example is available.
6+
* Added Monitor support mimicking scikit-learn that allows various monitoring tasks, e.g. loss for a validation set.
7+
* Prediction for multi-class classification in estimator is more memory efficient for large number of classes.
8+
* Various bug fixes: #108, #114, #109
69

710
## v0.1.0 (Feb 13th, 2016)
811

0 commit comments

Comments
 (0)