An open API service indexing awesome lists of open source software.

https://github.com/karenullrich/hdtoolspython

A toolbox for analyzing high dimensionality issues in machine learning. Written in Python.
https://github.com/karenullrich/hdtoolspython

Last synced: 6 months ago
JSON representation

A toolbox for analyzing high dimensionality issues in machine learning. Written in Python.

Awesome Lists containing this project

README

          

## What it is:

Tool box including functions for high dimensional problem analysis.

Tip: You can include it in python with

import sys
sys.path.append('your-path-to/methods/')
from methods.[function-you-wonna-use]