{ "info": { "author": "['Niral J Shah']", "author_email": "niraljshah@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "Performance Overview of Supervised Learning methods \n====================================================\n\nDo not know which supervised learning method is good for your dataset?\nWould you like to know it in just few seconds?\n\n:Congratulations:\n You are about to learn about a package which gives you the solution to all above problems!\n\nThis small package of merely few bytes and code written in less than 100 lines, provide you the overview of all fundamental metrics measured for almost all supervised learning method.\n\n\n+---------------------------------------------+---------------------------------------------+\n| Models evaluated: | Metrics considered: |\n+=====================+=======================+========================+====================+\n| Decision Trees | Logistic Regression | Accuracy | Precision |\n+---------------------+-----------------------+------------------------+--------------------+\n| Naive Bayes | SVM | Jaccard Score | F1_Score |\n+---------------------+-----------------------+------------------------+--------------------+\n| Neural Networks | K-NN | R (Corr. Coeff.) | ROC AUC |\n+---------------------+-----------------------+------------------------+--------------------+\n| Random Forest | Adaboost | MSE | Log Loss |\n+---------------------+-----------------------+------------------------+--------------------+\n\n\n-------------------------------------------------------------------------------------------------------------------------\n\n:Mandatory inputs required:\n A Pandas DataFrame\n\n:Optional inputs in the given order:\n - Column numbers for the predictors in the form of a LIST \n Default: It will take all columns except the last one.\n - Column number for the response in the form of a LIST\n Default: It will take the last column.\n - Test size in Float Ex. 0.3 for 30% Test Size.\n Default: 0.25 (25% Test size) will be assumed.\n\n\n-------------------------------------------------------------------------------------------------------------------------\n\n:How to install:\n Type ``pip install basicanalysis`` in command line to install the package\n \n To call the module from this package, type ``from basicanalysis.basicanalysis import basicanalysis``\n \n*Note : To import other modules, use the following command.*\n ``from basicanalysis.basicanalysis import knn``\n ``from basicanalysis.basicanalysis import knn_10fold``\n ``from basicanalysis.basicanalysis import *``\n\n-------\n\n\nNeat! Isn't it?\n===============\n\n\nMAJOR UPDATE: 0.0.3 -> 0.1.0, BasicAnalysis -> basicanalysis\n============================================================\n\n* Added class knn to run K-NN method to compare with multiple inputs\n* Added class knn_10fold to run K-nn method on training data with 10-fold cross validation, comparing multiple inputs.\n\n------\n\nREADME file for the task\n\nWritten in reStructuredText or .rst file, and used to generate the project page on PyPI. Images coming soon...", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niraljshah/SupervisedLearningOverview", "keywords": "Basic,Analysis,Supervised,Learning,Metrics,KNN,Adaboost,SVM,Naive-Bayes,Naive,Bayes,Logistic Regression,Logistic,Regression,Linear,Neural Network,Cross-validation,validation,k-fold,n-fold,10-fold,k-fold validation", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "basicanalysis", "package_url": "https://pypi.org/project/basicanalysis/", "platform": "", "project_url": "https://pypi.org/project/basicanalysis/", "project_urls": { "Homepage": "https://github.com/niraljshah/SupervisedLearningOverview" }, "release_url": "https://pypi.org/project/basicanalysis/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A quick way to see the best supervised learning method for your dataset or best configuration for the chosen method.", "version": "0.1.1" }, "last_serial": 5643215, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a871825e584963cc44d7a4de7fa63b5d", "sha256": "aca7edb4781b0659750dcd77c67b432ee0d2c521d83337fad39a14abbbfb0a40" }, "downloads": -1, "filename": "BasicAnalysis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a871825e584963cc44d7a4de7fa63b5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2837, "upload_time": "2019-07-05T09:48:36", "url": "https://files.pythonhosted.org/packages/4c/9c/b7587f4b511245b480d793809c56dc245f6dd4eb45a42919d52b0715614f/BasicAnalysis-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7425878ce53480333dea2a7c4bb15973", "sha256": "64b1ee44561f3492115bf847b2223e6465e85642e8893d25fab75e6e2c580d79" }, "downloads": -1, "filename": "BasicAnalysis-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7425878ce53480333dea2a7c4bb15973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2850, "upload_time": "2019-07-06T08:44:29", "url": "https://files.pythonhosted.org/packages/0d/70/951d5101622ebb1fa60afe0993dfa82efd84180894c4ee91f58e08278a53/BasicAnalysis-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "922dd61878a3da1004828150db682eed", "sha256": "d9591a68807e8c7a56a633e66cab0dbb596f5a2822137cf449753292d21766ab" }, "downloads": -1, "filename": "BasicAnalysis-0.0.3.tar.gz", "has_sig": false, "md5_digest": "922dd61878a3da1004828150db682eed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2878, "upload_time": "2019-07-07T02:56:38", "url": "https://files.pythonhosted.org/packages/59/8e/0e307e84e24b1275344cd7caeea6595182174e8deae1ce0da7a9b9fe5b1f/BasicAnalysis-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7275c16f00c25f299f5241ccce6a3ef3", "sha256": "a176ffe3f6d6b7359725a555f80eb600a34378a51ee68cc51d31841b6483eb52" }, "downloads": -1, "filename": "basicanalysis-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7275c16f00c25f299f5241ccce6a3ef3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5193, "upload_time": "2019-08-07T05:10:36", "url": "https://files.pythonhosted.org/packages/fe/27/c6bc07024570aafc24d016a32ccf16bf1be62ce6958a139050d276ddc973/basicanalysis-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b576cb3b82981366099b85edf9bf0337", "sha256": "587b9ed0f5214a5399beff17d019a7dd0ddc70428269d1887bc1e20f2665ce3e" }, "downloads": -1, "filename": "basicanalysis-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b576cb3b82981366099b85edf9bf0337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5110, "upload_time": "2019-08-07T05:42:15", "url": "https://files.pythonhosted.org/packages/75/73/243b3f63580aff8111366b5d1a44fd71a180164ada9112e67d357f36e0f8/basicanalysis-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b576cb3b82981366099b85edf9bf0337", "sha256": "587b9ed0f5214a5399beff17d019a7dd0ddc70428269d1887bc1e20f2665ce3e" }, "downloads": -1, "filename": "basicanalysis-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b576cb3b82981366099b85edf9bf0337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5110, "upload_time": "2019-08-07T05:42:15", "url": "https://files.pythonhosted.org/packages/75/73/243b3f63580aff8111366b5d1a44fd71a180164ada9112e67d357f36e0f8/basicanalysis-0.1.1.tar.gz" } ] }