Skip to content

smautner/ubergauss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ubergauss

another machine learning library

Install

pip install ubergauss
conda install -c conda-forge ubergauss

Example

kneepoint detection

import ubergauss as ug

# kneepoint gaussians:
>>>ug.between_gaussians([.1,.1,.2,.2,.4,.7])
4
# max dist to diagonal
>>>ug.diag_maxdist([.1,.1,.2,.2,.4,.7])
3

hyperparameter optimization

embedding of distance matrix

collection of small tools

sigma boxplot

'' ''

optimization

blackboxBORE is the one that works best

''

About

ml convenience functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages