Metadata-Version: 2.1
Name: Topsis-Chelsi-102117161
Version: 1.0
Summary: A package for performing TOPSIS analysis
Author: CHELSI
Author-email: <cchelsi_be21@thapar.edu>
Keywords: python,topsis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: python
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sys


# Topsis
# Submitted by: CHELSI
# Roll no.: 102117161
# Group: 3CS6
This package implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method for multi-criteria decision-making.  
Link to Assn:(https://github.com/psrana/Assignment-Topsis)  
Input dataset: 102117161-data.xlsx  

Steps:  
  ~Loading the data and converting it to .csv file format  
  ~Checking for conditions given in problem statement 
  ~Normalising the data & calculating seperation measures   
  ~Getting seperation & topsis score for each row and ranking based on score  
  ~Appending new columns into dataset & saving into result file    
