Metadata-Version: 2.1
Name: topsis-101703295
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/kv6737/topsis
Author: Kshitiz varshney
Author-email: kvarshney_be17@thapar.edu
License: UNKNOWN
Description: # Topsis_101703295 Package
        
        You can use this topsis package to rank diiferent machine learning models according to accuracy,RMS error etc,which will help you to find best fit model for your dataset.
        
        
        Run from Command line
        
        python <your-file-name> <your-dataset-name.csv>  <weight array>("w1,w2,w3,w4,...") <impact array>("i1,i2,i3,i4,...") 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
