another machine learning library
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ubergauss-0.0.98.tar.gz
(20.0 kB
view hashes)