Metadata-Version: 2.1
Name: python-interpol
Version: 1.0.3
Summary: A python package to predict target feature using Langranges' Interpolation.
Home-page: UNKNOWN
Author: Sahil Ahuja
Author-email: sahil27ahuja1999@gmail.com
License: MIT
Description: ### Installation
        The module, python-interpol requires pandas module to function
        This module is used to predict the target feature using langranges' interpolation extended to multivariate case by first remove duplicates and ambiguities in the dataset. The first column of the csv file should be that of the target class or feature while the others be independent features affecting target feature.
        
        Usages: python-dupamb <InputDataFile> <InputXTuple> <Weights>
        	
        ```sh
        $ pip install python-interpol
        $ python-interpol myData.csv 2,3,4,5 0.25,0.25,0.25,0.25
        ```
        ### License
        MIT
        ### Author
        Sahil Ahuja
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
