Metadata-Version: 2.1
Name: Rank-Predictor-101883054
Version: 1.0.0
Summary: A python package to predict the rank of a MCDMP using topsis
Home-page: UNKNOWN
Author: Mehak Garg
License: MIT
Description: 
        # ABOUT RANK PREDICTOR
        
        
        It is a method of compensatory aggregation that compares a set of alternatives 
        by identifying weights for each criterion, normalising scores for each criterion and 
        calculating the geometric distance between each alternative and the ideal alternative, 
        which is the best score in each criterion.
        
        
        **NAME**    :- Mehak Garg
        
        **ROLL NO** :- 101883054
        
        **GROUP**   :- 3CO23
        
        ## INSTALLATION
        
        The package can be installed  using the following command in anaconda/command prompt.
        
        ```bash
        pip install Rank_Predictor_101883054
        ```
        
        ## USAGE
        
        The package can be used for topsis analysis by providing dataset,weights,impacts.
        
        ```python
        topsis <dataset.csv> <[weights]> <[impacts]>
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
