{ "info": { "author": "Franck Durand", "author_email": "franck.durand@gadz.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "TSBoost, Time Series Boosting\n=============================\n\n\nContext\n-------\n\nTSBoost is a framework for time series forecasting.\n\nIt mixes classical statistics practices with non linear optimisation techniques of current Machine Learning.\n\nRequirements\n------------\n\n32-bit Python is not supported. Please install 64-bit version.\n\n\nTSBoost uses gradient boosting optimisation provided by `XGBoost `_ & `LightGBM `_, both have C++ source code and need a compiler.\n\n\nFor **Windows** users, `VC runtime `_ is needed if **Visual Studio** (2015 or newer) is not installed.\n\n\nFor **Linux** users, **glibc** >= 2.14 is required\n\n sudo apt-get install build-essential # Ubuntu/Debian\n\n sudo yum groupinstall 'Development Tools' # CentOS/RHEL\n\nFor **macOS** users, install OpenMP librairy\n\n brew install libomp\n\nInstallation\n------------\n\nAfter installing the compiler, install from `PyPI `_ Using ``pip``\n\n\n pip install tsboost\n\n\nQuick Start\n-----------\n\nYou can get started with a jupyter notebook tutorial : `TSBoot quick start `_\n\n\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2019-06-10)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/franck-durand/tsboost", "keywords": "tsboost", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "tsboost", "package_url": "https://pypi.org/project/tsboost/", "platform": "", "project_url": "https://pypi.org/project/tsboost/", "project_urls": { "Homepage": "https://github.com/franck-durand/tsboost" }, "release_url": "https://pypi.org/project/tsboost/0.1.0/", "requires_dist": [ "lightgbm (>=2.2.1)", "numpy", "pandas (>=0.22.0)", "xgboost (>=0.80)" ], "requires_python": "", "summary": "Time series Framework", "version": "0.1.0" }, "last_serial": 5381950, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "87720783d0a2c9963412c9abbe240164", "sha256": "2064bf72abf23a2a750b3c48fc948fb2847e3f47b50d5443892a98e4d2429ebb" }, "downloads": -1, "filename": "tsboost-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87720783d0a2c9963412c9abbe240164", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8939, "upload_time": "2019-06-10T15:47:33", "url": "https://files.pythonhosted.org/packages/e6/9d/540598f950993ae01fdb1570e44be21d27850a3ffeda1c27d3ead407e2e9/tsboost-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25506942923a2b6659554f70dab742bc", "sha256": "87e1214b117d2d980209fcf53e470153f8bf0a48d683d89f2a900e485969a409" }, "downloads": -1, "filename": "tsboost-0.1.0.tar.gz", "has_sig": false, "md5_digest": "25506942923a2b6659554f70dab742bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13927, "upload_time": "2019-06-10T15:47:35", "url": "https://files.pythonhosted.org/packages/c6/47/cdd3a352e1746673cb3a897414fd6ad1211674b19950efdb717ec1da445b/tsboost-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87720783d0a2c9963412c9abbe240164", "sha256": "2064bf72abf23a2a750b3c48fc948fb2847e3f47b50d5443892a98e4d2429ebb" }, "downloads": -1, "filename": "tsboost-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87720783d0a2c9963412c9abbe240164", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8939, "upload_time": "2019-06-10T15:47:33", "url": "https://files.pythonhosted.org/packages/e6/9d/540598f950993ae01fdb1570e44be21d27850a3ffeda1c27d3ead407e2e9/tsboost-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25506942923a2b6659554f70dab742bc", "sha256": "87e1214b117d2d980209fcf53e470153f8bf0a48d683d89f2a900e485969a409" }, "downloads": -1, "filename": "tsboost-0.1.0.tar.gz", "has_sig": false, "md5_digest": "25506942923a2b6659554f70dab742bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13927, "upload_time": "2019-06-10T15:47:35", "url": "https://files.pythonhosted.org/packages/c6/47/cdd3a352e1746673cb3a897414fd6ad1211674b19950efdb717ec1da445b/tsboost-0.1.0.tar.gz" } ] }