{ "info": { "author": "Gustavo Santos", "author_email": "gustavohas@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "# mangoml\n\nmango (MAchine learniNG Orchestra) is a python API for quick machine learning experimentation. The idea is to read data from a CSV file and compare different machine learning models using cross-validation.\n\nMuch of the operations used to read the data and test machine learning models are repeated for different experiments and the goal here is to avoid this repetition by implementing wrappers of object from the main python libraries used in data science (e.g. [scikit-learn](https://github.com/scikit-learn/scikit-learn), [pandas](https://github.com/pandas-dev/pandas) and [xgboost](https://github.com/dmlc/xgboost)).\n\nMost of the configuration needed is made through a JSON file. The JSON objects are read by wrappers for objects from different APIs. The parameters configured through JSON are the same used by scikit/pandas/xgboost objects so you don't need to code everything again.\n\nI've created this API to make it easier to participate in [Kaggle](https://www.kaggle.com/) competitions. I used the classic [Titanic Competition](https://www.kaggle.com/c/titanic) as an example of mangoml utilization.\n\nAny suggestions can be send to my email: gustavohas@outlook.com\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/gustavosantos/bam_kaggle", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mangoml", "package_url": "https://pypi.org/project/mangoml/", "platform": "", "project_url": "https://pypi.org/project/mangoml/", "project_urls": { "Homepage": "https://bitbucket.org/gustavosantos/bam_kaggle" }, "release_url": "https://pypi.org/project/mangoml/0.0.2/", "requires_dist": [ "sklearn", "bs4", "nltk (>=3.2.5)", "fbprophet (>=0.2.1)", "pystan", "catboost (>=0.6.2)", "lightgbm (>=2.1.0)", "xgboost", "pandas (>=0.21)", "matplotlib (>=2.1.1)", "scipy (>=1.0.0)", "numpy (>=1.13)", "Cython" ], "requires_python": "", "summary": "Simple Machine Learning library", "version": "0.0.2" }, "last_serial": 3970121, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9f181007ced33d55c02d8514008a107d", "sha256": "0f6d1dbf938ece0111b0b2371b17f7b771bcdd89d367ed040159c2a98abfa0de" }, "downloads": -1, "filename": "mangoml-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "9f181007ced33d55c02d8514008a107d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33482, "upload_time": "2018-06-16T22:28:22", "url": "https://files.pythonhosted.org/packages/8a/13/451114664f8c3b7fd2a5928c790705b49931b80b62e53890f992b7526ab1/mangoml-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7a45606012f071e0b5c7a9ec0a8c6f1", "sha256": "5748b26aa5fefad07a40799c7896e35533be8bb361fb364e94cbbf09bad47105" }, "downloads": -1, "filename": "mangoml-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d7a45606012f071e0b5c7a9ec0a8c6f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20412, "upload_time": "2018-06-16T22:28:24", "url": "https://files.pythonhosted.org/packages/67/e1/3ea4fbed24125a7cb354e832e3fb8a6956dacb9b97e7304a21c71cefefb3/mangoml-0.0.1.tar.gz" } ], "0.0.1b0": [ { "comment_text": "", "digests": { "md5": "932fa69afa2e5040fa40b1e7da762f35", "sha256": "07d347f586ca45fafc87d7daae72fc17a626b5f63372f94d52f9e0b0a6a19d78" }, "downloads": -1, "filename": "mangoml-0.0.1b0-py2-none-any.whl", "has_sig": false, "md5_digest": "932fa69afa2e5040fa40b1e7da762f35", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33528, "upload_time": "2018-06-16T22:41:15", "url": "https://files.pythonhosted.org/packages/67/79/9397d763b549461ba1f991ff929eaa0844ef060002dfc7895f23c2b57d32/mangoml-0.0.1b0-py2-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "90990f5f6f66418094e860e8c7c13df2", "sha256": "dd529ce4fcb5324c8a7aa35f376703ebef4679106efebb0cabaf55f2d756cb05" }, "downloads": -1, "filename": "mangoml-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "90990f5f6f66418094e860e8c7c13df2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33507, "upload_time": "2018-06-16T22:45:58", "url": "https://files.pythonhosted.org/packages/84/27/d550e75435861e21941832c6cb564634a87b93debdd68919a7fcad2d0333/mangoml-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03ff149807992cc7758cf788be693d14", "sha256": "c2a386c51016acc9227ec5239d5a0bc28badba6a4bcd664ef38fe62835b30045" }, "downloads": -1, "filename": "mangoml-0.0.2.tar.gz", "has_sig": false, "md5_digest": "03ff149807992cc7758cf788be693d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20480, "upload_time": "2018-06-16T22:46:00", "url": "https://files.pythonhosted.org/packages/93/b9/27d7191ff2a3c331b7edf2186fa7a69204af9654724af145807456f4fa14/mangoml-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90990f5f6f66418094e860e8c7c13df2", "sha256": "dd529ce4fcb5324c8a7aa35f376703ebef4679106efebb0cabaf55f2d756cb05" }, "downloads": -1, "filename": "mangoml-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "90990f5f6f66418094e860e8c7c13df2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33507, "upload_time": "2018-06-16T22:45:58", "url": "https://files.pythonhosted.org/packages/84/27/d550e75435861e21941832c6cb564634a87b93debdd68919a7fcad2d0333/mangoml-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03ff149807992cc7758cf788be693d14", "sha256": "c2a386c51016acc9227ec5239d5a0bc28badba6a4bcd664ef38fe62835b30045" }, "downloads": -1, "filename": "mangoml-0.0.2.tar.gz", "has_sig": false, "md5_digest": "03ff149807992cc7758cf788be693d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20480, "upload_time": "2018-06-16T22:46:00", "url": "https://files.pythonhosted.org/packages/93/b9/27d7191ff2a3c331b7edf2186fa7a69204af9654724af145807456f4fa14/mangoml-0.0.2.tar.gz" } ] }