Machine learning using data from stackexchange.com
- Powered by the Udemy course: https://www.udemy.com/machinelearning/
- Free software: BSD license
- Documentation: https://ml-stack-answers.readthedocs.io.
- Python3
- Reads an XML dataset from archive.org's stack overflow collection to build a training and testing set for each supported algorithm
- Currently supports: * Simple Linear Regression * Multiple Linear Regression (WIP) * ...
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Data set is pulled from https://archive.org/download/stackexchange, using https://serverfault.com/ for predicting the answers of the questions asked.