Metadata-Version: 2.1
Name: tpsisar18
Version: 0.0.2
Summary: A small package that showcases topsis approach
Home-page: https://github.com/aryansindhi18/topsis_approach-aryansindhi18.git
Author: Aryan Sindhi,Simarpreet Singh,Aryan Bhatia
Author-email: asindhi_be17@thapar.edu
License: UNKNOWN
Description: This is a simple package to use topsis(technique for Order of preference by Similarity to Ideal Solution)
        approach to select best among many things based on different attributes, such as selecting the best
        Machine Learning algorithms based on correlation,R-square,root mean square error and accuracy.
        You can use this simple package to get ranks on basis of topsis approach, ypu simply need to pass 
        NumPy array after pre-processing your data along with weights between 0 and 1 and all weights should
        sum to 1 to get correct results and you need to pass impacts as well in form of '+' or '-' 
        where '+' indicates that you need to maximise value of that particular column and '-' indicates that
        you need to minimise value of that particular column.
        After passing all these parameters you will get your rank row.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
