Metadata-Version: 2.0
Name: sourced-ml
Version: 0.6.3
Summary: Framework for machine learning on source code. Provides API and tools to train and use models based on source code features extracted from Babelfish's UASTs.
Home-page: https://github.com/src-d/ml
Author: source{d}
Author-email: machine-learning@sourced.tech
License: Apache 2.0
Download-URL: https://github.com/src-d/ml
Keywords: machine learning on source code,word2vec,id2vec,github,swivel,bow,bblfsh,babelfish
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: PyStemmer (>=1.3,<2.0)
Requires-Dist: bblfsh (>=2.2.1,<3.0)
Requires-Dist: humanize (>=0.5.0)
Requires-Dist: keras (>=2.0,<3.0)
Requires-Dist: modelforge (<0.8,>=0.7.0)
Requires-Dist: parquet (>=1.2,<2.0)
Requires-Dist: pygments (>=2.2.0,<3.0)
Requires-Dist: sourced-engine (>=0.5.1,<0.7)
Requires-Dist: typing
Provides-Extra: tf
Requires-Dist: tensorflow (>=1.0,<2.0); extra == 'tf'
Provides-Extra: tf_gpu
Requires-Dist: tensorflow-gpu (>=1.0,<2.0); extra == 'tf_gpu'

UNKNOWN


