Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial version of auto estimator (intel#3731)
* add initial version of auto estimator * support str for torch optimizor and loss * move create searcher * change name to model_builder * add best model * add convert probability to class in metrics.Accuracy * change condition order * add pytorch ut * change util name * add LR_NAME * add document for LR_NAME * add check with best model and optimizer class test * add ut for tf.keras * move tests to orca/automl/autoestimator/ * change name * add auto test * fix pep8 * remove return in fit * add raise error for fit multiple times * remove optimizer class * fix bug * change error message
- Loading branch information