{ "info": { "author": "Ravindra Marella", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Utilities for scikit-learn to quickly build and experiment with machine learning models.\n\n## Installation\n\n```sh\npip install sk\n```\n\n## Usage\n\n```py\nfrom sk import *\n\niris = datasets.load_iris()\nX, y = iris.data, iris.target\n\nmodel = SVC(gamma='scale')\nmodel.fit(X, y)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marella/sk", "keywords": "sk scikit-learn sklearn machine-learning", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sk", "package_url": "https://pypi.org/project/sk/", "platform": "", "project_url": "https://pypi.org/project/sk/", "project_urls": { "Homepage": "https://github.com/marella/sk" }, "release_url": "https://pypi.org/project/sk/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Utilities for scikit-learn to quickly build and experiment with machine learning models.", "version": "0.0.1" }, "last_serial": 5986561, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "bb90437698f907c182ea918987a216ab", "sha256": "168c24438c29e56a92410c35c5ba98e07249313e73afea7bbb27332ffe720d4b" }, "downloads": -1, "filename": "sk-0.0.0.tar.gz", "has_sig": false, "md5_digest": "bb90437698f907c182ea918987a216ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1457, "upload_time": "2019-10-16T21:12:10", "url": "https://files.pythonhosted.org/packages/77/39/03e54991c785e175b73bccc43c1a43889d9b323965677e0d2b34465db7d6/sk-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "b779024b619282b54029a12a9dab8286", "sha256": "1442e204f70017b0857bdf2d8e9f7264797ca5c0213e7bf03fcc69579e805f15" }, "downloads": -1, "filename": "sk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b779024b619282b54029a12a9dab8286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1755, "upload_time": "2019-10-16T21:51:41", "url": "https://files.pythonhosted.org/packages/7a/82/f13977ecd1f31e3e366b9fee28a909fb47367e03047c3b2a2aa6b9a2ce74/sk-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b779024b619282b54029a12a9dab8286", "sha256": "1442e204f70017b0857bdf2d8e9f7264797ca5c0213e7bf03fcc69579e805f15" }, "downloads": -1, "filename": "sk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b779024b619282b54029a12a9dab8286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1755, "upload_time": "2019-10-16T21:51:41", "url": "https://files.pythonhosted.org/packages/7a/82/f13977ecd1f31e3e366b9fee28a909fb47367e03047c3b2a2aa6b9a2ce74/sk-0.0.1.tar.gz" } ] }