Metadata-Version: 2.1 Name: SRITPOT Version: 1.2.0 Summary: SRI Fork of Tree-based Pipeline Optimization Tool Home-page: https://github.com/daraghhartnett/tpot Author: Randal S. Olson Author-email: rso@randalolson.com License: GNU/LGPLv3 Keywords: pipeline optimization,hyperparameter optimization,data science,machine learning,genetic programming,evolutionary computation Platform: UNKNOWN Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence Provides-Extra: mdr Provides-Extra: xgboost Provides-Extra: skrebate Requires-Dist: numpy (>=1.12.1) Requires-Dist: scipy (>=0.19.0) Requires-Dist: scikit-learn (>=0.18.1) Requires-Dist: deap (>=1.0) Requires-Dist: update-checker (>=0.16) Requires-Dist: tqdm (>=4.11.2) Requires-Dist: stopit (>=1.1.1) Requires-Dist: pandas (>=0.20.2) Provides-Extra: mdr Requires-Dist: scikit-mdr (>=0.4.4); extra == 'mdr' Provides-Extra: skrebate Requires-Dist: skrebate (>=0.3.4); extra == 'skrebate' Provides-Extra: xgboost Requires-Dist: xgboost (==0.6a2); extra == 'xgboost' The SRI International fork of the TPOT repo witch some modifications to allow us to get it to consider different primitives and to serialize pipelines instead of return them. A Python tool that automatically creates and optimizes machine learning pipelines using genetic programming. Contact ============= If you have any questions or comments about TPOT, please feel free to contact me via: E-mail: daragh.hartnett@sri.com (rso@randalolson.com for the original TPOT code base.) This project is hosted at https://github.com/daraghhartnett/tpot