Skip to content

A package for machine learning debugging based on sample size analysis.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

focardozom/BreakNBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check

BreakNBuild: Optimize Machine Learning Models with Dynamic Data Splits DocumentData website

Overview

BreakNBuild is an R package designed to evaluate model performance with progressively sampled data. This approach is particularly useful for debugging in machine learning, as it allows you to observe the bias-variance trade-off in relation to the sample size used for training the model.

Features

  • Progressive Data Splitting: partition your dataset into training and validation subsets.
  • Customizable Sample Sizes: Control the size of your training data to understand model performance under different conditions.
  • Easy Integration: Built on the rsample package, BreakNBuild seamlessly integrates with the tidymodels framework.

![man/figures/schema_progressive_split.svg]

Installation

To install the latest version from GitHub, use:

# install.packages("devtools")
devtools::install_github("https://github.com/focardozom/BreakNBuild")

Usage

Here's a quick example to get you started:

library(BreakNBuild)

splits <- progressive_splits(data, validation_size = 0.2, start_size = 10)

About

A package for machine learning debugging based on sample size analysis.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages