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.
- Host: GitHub
- URL: https://github.com/karenullrich/hdtoolspython
- Owner: KarenUllrich
- License: gpl-2.0
- Created: 2014-12-11T15:28:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T16:44:42.000Z (almost 11 years ago)
- Last Synced: 2025-02-07T18:51:16.360Z (8 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]