Last updated:
0 purchases
autooptimizer 0.8.9
AutoOptimizer package provides tools for automatically optimizing machine learning models.
It uses Exhaustive Search Mechanism with Hyperparameter Tuning for optimizing machine learning models.
It also provides evaluation metrics for regression models, and ability to delete outliers with several methods.
#Prerequisites:
{ sklearn - numpy - pandas }
#Install package:
pip install autooptimzer
#Install package in jupyter notebook:
1- open anaconda prompt (It is recommended open as administrator)
2- pip install autooptimzer
#Usage:
Optimize machine learning models using python.
Clustering: DBSCAN, KMeans, MeanShift, Mini Batch K-Means
Supervised: KNeighborsClassifier, KNeighborsRegressor, DecisionTreeClassifier, DecisionTreeRegressor, SupportVectorClassifier, SupportVectorRegressor, LogisticRegression, LinearRegression
Ensemble: RandomForestClassifier, RandomForestRegressor, GradientBoostingClassifier, GradientBoostingRegressor, AdaBoostClassifier, AdaBoostRegressor, BaggingClassifier, BaggingRegressor, ExtraTreesClassifier
Metrics for regression models.
Clear data by removing outliers.
Download Document: https://genesiscube.ir/wp-content/uploads/2023/03/Auto-Optimizer-document-0.8.9.pdf
For more information visit: https://genesiscube.ir/autooptimizer/
#Contact and Contributing:
Please share your good ideas with us. Thanks for contributing with the program.
https://github.com/mrb987/autooptimizer
[email protected]
www.GenesisCube.ir
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.