Metadata-Version: 2.1
Name: SRITPOT
Version: 1.0.7
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
Description: 
        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
        
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: xgboost
Provides-Extra: mdr
Provides-Extra: skrebate
