Skip to main content

a library importing all the classes of regression

Project description

This is a library that imports all the classes of sklearn regression model. The list of classes that are imported within this model include:

  1. Linear Regression
  2. Ridge Regression
  3. Lasso Regression
  4. Support Vector Regression
  5. Decision Tree Regression
  6. Random Forest Regression
  7. Adaboost Regression

You need to specify all the hyperparameters for each of these classes as is given in the sklearn documentation.

Avail the benefit of imporrting the regression classes at once and play with them to see the best fit model for your regression problem.

Hope it helps to solve your problem.

========================================================================================================================================

steps:

  1. pip install sklearnreg

  2. from sklearnreg import *

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sklearnreg-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

sklearnreg-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page