{ "info": { "author": "Incalia", "author_email": "nathan@incalia.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Welcome to Schedy's documentation!\n==================================\n\n**Schedy** is your machine learning assistant. It will help you record your\nexperiments, your results, visualize them, and it will even suggest new\nparameters for your next experiments!\n\nSchedy can do useful things for you:\n\n- Record the hyperparameters and results of all your past models.\n- Suggest new hyperparameters for your next models.\n- Coordinate a pool of workers (e.g. in a cluster), by making sure they\n stay busy trying to find the best combination of hyperparameters for\n your task.\n\nAnd all of that in just a few lines of code! Coordinating a cluster of workers\nbecomes as simple as this:\n\n.. code-block:: python\n\n import schedy\n\n db = schedy.SchedyDB()\n exp = db.get_experiment('My Task')\n while True:\n with exp.next_job() as job:\n my_train_function(job)\n\nYou can follow the evolution of your experiments thanks to our `online dashboard\n`_.\n\n.. image:: https://raw.githubusercontent.com/incalia/schedy-client/master/docs/images/dashboard.png\n :align: center\n\nWe also provide a command line tool, that will help you with the most\nrepetitive tasks.\n\n.. _setup:\n\nInstallation and setup\n----------------------\n\n`Sign up here `_, install Schedy & get your API token:\n\n.. code-block:: bash\n\n pip3 install schedy\n schedy gen-token\n\nYou are now ready to `get started `_!\n\nYou can also read the `API reference `_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://schedy.io/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Schedy", "package_url": "https://pypi.org/project/Schedy/", "platform": "", "project_url": "https://pypi.org/project/Schedy/", "project_urls": { "Documentation": "https://schedy.readthedocs.io/en/latest/", "Homepage": "https://schedy.io/", "Source": "https://github.com/incalia/schedy-client/" }, "release_url": "https://pypi.org/project/Schedy/0.1.0b6/", "requires_dist": [ "requests (>=2.18.4)", "six (>=1.11.0)", "tabulate (>=0.8.2)" ], "requires_python": "", "summary": "Python client for Schedy", "version": "0.1.0b6" }, "last_serial": 3981457, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "5c0ef8948cf6b7c53b41cc411a3687f0", "sha256": "4f4187b89413b132c91226e7d7a4fe719b4f29407c0d4a35395f6f51e1b27717" }, "downloads": -1, "filename": "Schedy-0.1.0a1-py2-none-any.whl", "has_sig": false, "md5_digest": "5c0ef8948cf6b7c53b41cc411a3687f0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20604, "upload_time": "2018-03-02T18:38:32", "url": "https://files.pythonhosted.org/packages/df/44/45a45b990c59351406ed9f8154146c16e4b768898591eaa960c9b7f02bc7/Schedy-0.1.0a1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46225399339477851162b5f058dd5b23", "sha256": "35679827dee866b1fb9dd082477f0f04532a5e0d55390040bd6219ad3a7a6948" }, "downloads": -1, "filename": "Schedy-0.1.0a1-py3-none-any.whl", "has_sig": false, "md5_digest": "46225399339477851162b5f058dd5b23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20640, "upload_time": "2018-03-02T18:38:33", "url": "https://files.pythonhosted.org/packages/e1/4d/0d0b3fa3997c30d39c05abf29ba192036b31757d0280350d5bb85b34e7e7/Schedy-0.1.0a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "baaacf7eb902e8b00fb147a3fd053e49", "sha256": "2581a1f14809dca9956af5fc701abaa86cf7a068abb378fd6ee84ee68ca80f68" }, "downloads": -1, "filename": "Schedy-0.1.0a1.tar.gz", "has_sig": false, "md5_digest": "baaacf7eb902e8b00fb147a3fd053e49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15704, "upload_time": "2018-03-02T18:38:35", "url": "https://files.pythonhosted.org/packages/6b/3f/8f1faa430e583e774533a9873991a4edf7110b0d40f3f011a1ab635505a2/Schedy-0.1.0a1.tar.gz" } ], "0.1.0b2": [ { "comment_text": "", "digests": { "md5": "db3ab25636f3f2ae9f616ca1bf1964b9", "sha256": "63c8e9270cc3f8f84a58556d7ace86424fc741bbdf6524017c5ec505012c0cbc" }, "downloads": -1, "filename": "Schedy-0.1.0b2-py3-none-any.whl", "has_sig": false, "md5_digest": "db3ab25636f3f2ae9f616ca1bf1964b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22238, "upload_time": "2018-03-13T18:08:15", "url": "https://files.pythonhosted.org/packages/8d/23/bcc4122051c33ad81ac298784f1fc78b9ef1d33de6b03b1ac5e4fb9d4d32/Schedy-0.1.0b2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbd7c88754f54f922c68f9754ed8e938", "sha256": "3f70f23a2687765167ea5a2d1a00d3b7f8f39541c0fecf8df917f3f029f60eef" }, "downloads": -1, "filename": "Schedy-0.1.0b2.tar.gz", "has_sig": false, "md5_digest": "bbd7c88754f54f922c68f9754ed8e938", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18217, "upload_time": "2018-03-13T18:08:16", "url": "https://files.pythonhosted.org/packages/3e/20/ed13105a43018c4bc7528cf00fc0144e462564af3a46a1313908c080964e/Schedy-0.1.0b2.tar.gz" } ], "0.1.0b3": [ { "comment_text": "", "digests": { "md5": "69ec8dd8866c3f20ddda1e980a8beeb4", "sha256": "d2a6420c2a363942bffb19d7e7e84d1b76f6b86f816653fb8ff6a46488489079" }, "downloads": -1, "filename": "Schedy-0.1.0b3-py3-none-any.whl", "has_sig": false, "md5_digest": "69ec8dd8866c3f20ddda1e980a8beeb4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24440, "upload_time": "2018-03-22T13:28:21", "url": "https://files.pythonhosted.org/packages/10/ae/3eb02b391d2a992dbc05a21b1262dcc0ab618bd91b464cdf7e59126d7b2f/Schedy-0.1.0b3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba2381fbaebc812ffcb91a18bc7c3bfc", "sha256": "e4cc6165bfba056ce4734e3819944d91aa67f09dd3766e0a25d5c2234beb96af" }, "downloads": -1, "filename": "Schedy-0.1.0b3.tar.gz", "has_sig": false, "md5_digest": "ba2381fbaebc812ffcb91a18bc7c3bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20020, "upload_time": "2018-03-22T13:28:22", "url": "https://files.pythonhosted.org/packages/a1/2a/34e3d8b535bee888072899176230d01551780489cd217b29db28291c9316/Schedy-0.1.0b3.tar.gz" } ], "0.1.0b4": [ { "comment_text": "", "digests": { "md5": "626e0d00e8d84907142f6712383fbf9a", "sha256": "430289957a55976a54f0c430d360341dc2dc5c0e9aeca4f85e0656003bb38ed7" }, "downloads": -1, "filename": "Schedy-0.1.0b4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "626e0d00e8d84907142f6712383fbf9a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25334, "upload_time": "2018-04-18T16:09:09", "url": "https://files.pythonhosted.org/packages/28/e3/3b4770622caae3152c7761230d7472b568e761f7eb8b0fdefc41c57bbeaf/Schedy-0.1.0b4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f11500236c052e444e35f64f7da81df5", "sha256": "2ffc4f3598a7182b52b8d0dd51dbee89d69765e82cdc62648da6b4da84c83a1f" }, "downloads": -1, "filename": "Schedy-0.1.0b4.tar.gz", "has_sig": false, "md5_digest": "f11500236c052e444e35f64f7da81df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20307, "upload_time": "2018-04-18T16:09:10", "url": "https://files.pythonhosted.org/packages/9b/c3/feb8fb69f3665345376d99571f2e7dd92cfd099426be9f1c6505486ce9cc/Schedy-0.1.0b4.tar.gz" } ], "0.1.0b5": [ { "comment_text": "", "digests": { "md5": "0728619c549df45f9a618a23aeef8494", "sha256": "aff2c4924ffb393011c99db7c77748b23143d5ebe5bdf3ab20d7543f4ea891eb" }, "downloads": -1, "filename": "Schedy-0.1.0b5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0728619c549df45f9a618a23aeef8494", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25799, "upload_time": "2018-05-07T10:27:15", "url": "https://files.pythonhosted.org/packages/8c/3c/aa1290dc39a5145e58eda6c110e10499f5069c2897c084a18badb93b1305/Schedy-0.1.0b5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b15baa61242b054bb78d7a7499286e5", "sha256": "e412824cca9555cdcdb72b7ff42faa6bd0c39eb777538081e97c311c1a84ecfc" }, "downloads": -1, "filename": "Schedy-0.1.0b5.tar.gz", "has_sig": false, "md5_digest": "0b15baa61242b054bb78d7a7499286e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20498, "upload_time": "2018-05-07T10:27:16", "url": "https://files.pythonhosted.org/packages/70/a4/a17510cbc17a1847b733e323532203b25baf647d010c3d15e12ef0877423/Schedy-0.1.0b5.tar.gz" } ], "0.1.0b6": [ { "comment_text": "", "digests": { "md5": "9a711df067712d7b59e35a8cfb9f9afb", "sha256": "48681aa4b827e983b3240fa82129a4de141399feb4f76a9f8670adedd1f03640" }, "downloads": -1, "filename": "Schedy-0.1.0b6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9a711df067712d7b59e35a8cfb9f9afb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25683, "upload_time": "2018-06-20T13:44:25", "url": "https://files.pythonhosted.org/packages/9b/10/eeee86ee56948044ebc16845c85fcee9faf083d1e92705f299fed86ae0d1/Schedy-0.1.0b6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fa4238f45a7764c8e192a610b8f053d", "sha256": "464ff78111505b2d2c5580653f34b70fe8c4c6cb3e2bcf99acfdc80ba089bcce" }, "downloads": -1, "filename": "Schedy-0.1.0b6.tar.gz", "has_sig": false, "md5_digest": "7fa4238f45a7764c8e192a610b8f053d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20501, "upload_time": "2018-06-20T13:44:26", "url": "https://files.pythonhosted.org/packages/8a/cb/a30a952e0a6f15f892b4d6d1dbcbb8b0642003b003f6da79e51fbe76a377/Schedy-0.1.0b6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a711df067712d7b59e35a8cfb9f9afb", "sha256": "48681aa4b827e983b3240fa82129a4de141399feb4f76a9f8670adedd1f03640" }, "downloads": -1, "filename": "Schedy-0.1.0b6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9a711df067712d7b59e35a8cfb9f9afb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25683, "upload_time": "2018-06-20T13:44:25", "url": "https://files.pythonhosted.org/packages/9b/10/eeee86ee56948044ebc16845c85fcee9faf083d1e92705f299fed86ae0d1/Schedy-0.1.0b6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fa4238f45a7764c8e192a610b8f053d", "sha256": "464ff78111505b2d2c5580653f34b70fe8c4c6cb3e2bcf99acfdc80ba089bcce" }, "downloads": -1, "filename": "Schedy-0.1.0b6.tar.gz", "has_sig": false, "md5_digest": "7fa4238f45a7764c8e192a610b8f053d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20501, "upload_time": "2018-06-20T13:44:26", "url": "https://files.pythonhosted.org/packages/8a/cb/a30a952e0a6f15f892b4d6d1dbcbb8b0642003b003f6da79e51fbe76a377/Schedy-0.1.0b6.tar.gz" } ] }