Skip to main content

No project description provided

Project description

Fastreport

Get report of different metrices for classification and regression problem for many popular algorithms with single line of code. You have to pass only features(dataframe) and target(series) as arguments

Link to PyPI

Link to detailed example

Installation

Run the following to install:

pip install fastreport

Usage

import report

# get report_classification
report.report_classification(df_features,df_target,test_size=0.3,scaling=False,large_data=False,average='binary')
import report

# get report_regression
report.report_regression(df_features,df_target,test_size=0.3,scaling=False,large_data=False)

Future works

  1. Optimization
  2. Add more functionality

Drawbacks

  1. Not suitable for very large datasets
  2. Limited to existing users only

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

fastreport-0.0.4.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

fastreport-0.0.4-py3-none-any.whl (4.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