-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancements Issue #2 - Model saving mechanism rewritten from scratch (using timestamp as name) - Every model will be now saved in a different directory - Every data related to the model (dataset + configuration) will be saved in the same folder - Configuration file changed due to new implementation of model folder - dump_model (dataset) rewritten and migrated to utils - dump_model (classifier) rewriten in order to be compliant with new folder architecture - Remove migrated parallelism from "different person" from "different image same person" - Enabled progress bar during face analysis - Response constuctor will now accept parameter Issue #4 - Create function for retrieve the dataset from the input HTML form and return to tune/train function - Standardize and refactor logic for train/tune BugFix - Dump the real classifier (grid.best_estimator_)
- Loading branch information
AlessioSavi
committed
May 21, 2019
1 parent
e3faf10
commit b212901
Showing
7 changed files
with
210 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.