b3922d4ed5 | ||
---|---|---|
datasets | ||
docs | ||
src/webcompat_ml | ||
.gitattributes | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
setup.py |
README.md
webcompat-ml
About
This project includes all the models and helper utils used in the ML pipeline of webcompat.com.
Installation
> python setup.py build
> python setup.py install
Documentation
Full project documentation is hosted on https://webcompat-ml.readthedocs.io/
License
Mozilla Public License Version 2.0
Credits
automl-gs
was used as a starting point of our experiments to quickly evaluate different classifiers and how well they perform with our data.