mrb987 / autooptimizer

autooptimizer is a python package for optimize machine learning algorithms.

Home Page:https://genesiscube.ir/autooptimizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 lab:
  >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.
>>info@GenesisCube.ir
>>www.GenesisCube.ir

About

autooptimizer is a python package for optimize machine learning algorithms.

https://genesiscube.ir/autooptimizer/

License:MIT License


Languages

Language:Python 100.0%