topsis-tarndeep-singh-102117210


Nametopsis-tarndeep-singh-102117210 JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryA package for performing TOPSIS analysis
upload_time2024-04-19 20:10:37
maintainerNone
docs_urlNone
authorTARNDEEP SINGH
requires_pythonNone
licenseNone
keywords python topsis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Topsis
# Submitted by: TARNDEEP SINGH
# Roll no.: 102117210 
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)  
 

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    

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "topsis-tarndeep-singh-102117210",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, topsis",
    "author": "TARNDEEP SINGH",
    "author_email": "<tsingh3_be21@thapar.edu>",
    "download_url": "https://files.pythonhosted.org/packages/bf/42/23cf1847a0a8afeba18c771a4839f8211a8325dabcb5443c6f43fee77ec9/topsis_tarndeep_singh_102117210-1.0.tar.gz",
    "platform": null,
    "description": "\r\n# Topsis\r\n# Submitted by: TARNDEEP SINGH\r\n# Roll no.: 102117210 \r\nThis package implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method for multi-criteria decision-making.  \r\nLink to Assn:(https://github.com/psrana/Assignment-Topsis)  \r\n \r\n\r\nSteps:  \r\n  ~Loading the data and converting it to .csv file format  \r\n  ~Checking for conditions given in problem statement \r\n  ~Normalising the data & calculating seperation measures   \r\n  ~Getting seperation & topsis score for each row and ranking based on score  \r\n  ~Appending new columns into dataset & saving into result file    \r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for performing TOPSIS analysis",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " topsis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf4223cf1847a0a8afeba18c771a4839f8211a8325dabcb5443c6f43fee77ec9",
                "md5": "b84735037ddc06f927ad34fb83280369",
                "sha256": "08077ccc6297ee7b2123c1db5f74d11378a11068b4d62fc0361c9f433ac91b27"
            },
            "downloads": -1,
            "filename": "topsis_tarndeep_singh_102117210-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b84735037ddc06f927ad34fb83280369",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3826,
            "upload_time": "2024-04-19T20:10:37",
            "upload_time_iso_8601": "2024-04-19T20:10:37.855370Z",
            "url": "https://files.pythonhosted.org/packages/bf/42/23cf1847a0a8afeba18c771a4839f8211a8325dabcb5443c6f43fee77ec9/topsis_tarndeep_singh_102117210-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 20:10:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-tarndeep-singh-102117210"
}
        
Elapsed time: 0.26145s