This is a compilation of the tools that I use from day-to-day
Project description
Juboor_Toolbox
--------
To use any of my tools, simply::
>>> import Juboor_Toolbox as jt
Currently, The only tool (PCA) is in ML.py file.
To use::
>>> Reduced_Data = jt.ML.PCA(data, # between 0-1)
The data is an N x M array with only numeric values.
In order to reduce your data's dimensionality in either the Parameter
or sample space, try transposing your data.
--------
To use any of my tools, simply::
>>> import Juboor_Toolbox as jt
Currently, The only tool (PCA) is in ML.py file.
To use::
>>> Reduced_Data = jt.ML.PCA(data, # between 0-1)
The data is an N x M array with only numeric values.
In order to reduce your data's dimensionality in either the Parameter
or sample space, try transposing your data.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Juboor_Toolbox-0.1.3.1.zip
(5.6 kB
view hashes)