Skip to content

Public repository holding examples for dataheroes library

Notifications You must be signed in to change notification settings

oceanumeric/dataheroes

 
 

Repository files navigation

DataHeroes

DataHeroes is a Python library that solves some of today’s biggest machine learning challenges: reducing the time, effort and resources required to develop and maintain high-quality machine learning models.

DataHeroes uses a unique methodology called Coresets, originating in computational geometry, to reduce the size of the dataset to a small subset that maintains the statistical properties and corner cases of the full dataset, such that solving a problem on the Coreset will yield the same result as solving it on the full dataset (to learn more about Coresets, visit our Introduction to Coresets page).

About

Public repository holding examples for dataheroes library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%