Metadata-Version: 2.1
Name: sourced-ml-core
Version: 0.0.2
Summary: Library containing the core algorithms 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-core
Author: source{d}
Author-email: machine-learning@sourced.tech
License: Apache 2.0
Download-URL: https://github.com/src-d/ml-core
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: PyStemmer (<2.0,>=1.3)
Requires-Dist: bblfsh (<3.0,>=2.12.7)
Requires-Dist: modelforge (<0.13,>=0.12.1)
Requires-Dist: pygments (<3.0,>=2.2.0)
Requires-Dist: keras (<3.0,>=2.0)
Requires-Dist: scikit-learn (<1.0,>=0.19)
Requires-Dist: tqdm (<5.0,>=4.20)
Provides-Extra: tf
Requires-Dist: tensorflow (<2.0,>=1.0) ; extra == 'tf'
Provides-Extra: tf_gpu
Requires-Dist: tensorflow-gpu (<2.0,>=1.0) ; extra == 'tf_gpu'

# MLonCode Core Library
 [![Travis build status](https://travis-ci.com/src-d/ml-core.svg)](https://travis-ci.com/src-d/ml-core)
 [![Code coverage](https://codecov.io/github/src-d/ml-core/coverage.svg)](https://codecov.io/github/src-d/ml-core)
 [![Read the Docs](https://img.shields.io/readthedocs/ml-core.svg)](https://readthedocs.org/projects/ml-core/)
[![Docker build status](https://img.shields.io/docker/build/srcd/ml-core.svg)](https://hub.docker.com/r/srcd/ml-core)
[![PyPi package status](https://img.shields.io/pypi/v/sourced-ml-core.svg)](https://pypi.python.org/pypi/sourced-ml-core)
![stability: alpha](https://svg-badge.appspot.com/badge/stability/alpha?color=f47142)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This library is the foundation for [MLonCode](https://github.com/src-d/awesome-machine-learning-on-source-code) research and development. 
It contains commonly used algorithms and tools to process the code-related data, such as [Babelfish's UASTs](docs.sourced.tech/babelfish), plain code text and other.

## Contributions

...are welcome! See [CONTRIBUTING.md](docs/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT.md](docs/CODE_OF_CONDUCT.md).

## License

[Apache 2.0](LICENSE.md)

## Glossary

See [here](docs/GLOSSARY.md).

