Skip to main content

A set of tools to performance tune your models

Project description

Performance Tuner

The goal of this library is to provide a set of tools for tuning your model performance.

Implemented Notions

  • Bootstrapping Your Data - this library provides a powerful yet flexible bootstrap algorithm that resamples your data such that the resampled data conforms to the descriptive statistics as well as shape of the original distribution. It is important that you sample only from the training data and not from the raw data otherwise it will be very hard to tell if there are examples from the training set in the test set.

  • precision - recall tuning - this library provides a formal set of functions to tune your algorithm towards precision or recall based on the decision boundary from predict probability. Sometimes it's more important to be confident in a few of your returned results, rather than to provide a balanced algorithm. This module provides the ability to bias your algorithm towards precision or recall based on the business need

  • hyper parameter tuning - this library provides a bunch of different strategies for tuning your algorithm's hyper parameters to maximize performance

  • simulating data - this library provides utilities to draw simulated data from an inferred distribution matching the original data's distribution.

  • simulating labels - this library provides a number of auto labeling strategies for simulated data.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

performance_tuner-0.1-py3.6.egg (4.5 kB view hashes)

Uploaded Source

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