Metadata-Version: 1.1
Name: Juboor-Toolbox
Version: 0.1.3
Summary: This is a compilation of the tools that I use from day-to-day
Home-page: http://github.com/Djuboor/Juboor_Toolbox
Author: David Juboor
Author-email: dnjuboor@gmail.com
License: MIT
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.
Keywords: DavidJuboor Juboor Statistics ML MachineLearning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
