ModelAuto

Model Automation


This library will help in automating the processes of Model making (Regression / Classification) ,In few lines of code. One of the major parts are Selection of Importent Features and Model . All the Modules are properly documented ,You can find it here

The modules help in -

  1. Data Preprocessing
  2. Removing Multicolinierity
  3. Selecting Features 😀
  4. Selecting best Model 😉 (Reg- LR , SVM ,… Classif- SVM ,LogR , …)

Most of the modules have graphical techniques for better decision making at Selecting Features and Models




Description

Usages




Demo on KAGGLE - Housing Prices (Advance Regression)




A detailed documentation is given on the various modules. In this documentation implimentation on the Kaggle Competition have been shown. We will be looking at-

How to use various Feature selection methods and Model selection methods.



Conclusion

Basically it

  1. Speeds up the Model making process .

  2. It gives us a clear understanding of the complete model which helps in looking at the minute changes which can boost the model efficiency.

  3. A person with very basic knowledge could also create efficient models.

  4. The Vizvalization techniques help in understanding concepts easily.