Skip to main content

Tools for getting analysis of all classifiers and regressors

Project description

For Regression call this function with following parameters

regression_report_generation(dataframe, target=target_column_name)

For Classification call this function with following parameters

classification_report_generation(dataframe, target_column_name, n=2)
1. put n=2 for binary classification
2. for multiclass classification put n=no of classes

prerequisite:

1. Label Encode all Categorical Variables including target classification variable
2. Install all dependancies

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

AutoClassifierRegressor-0.0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

AutoClassifierRegressor-0.0.2-py3-none-any.whl (6.1 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