performance-tuner 0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

performancetuner 0.1

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.