clevertech / ml-stack-answers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml-stack-answers

Documentation Status

Machine learning using data from stackexchange.com

Features

  • 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) * ...

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Data set:

Data set is pulled from https://archive.org/download/stackexchange, using https://serverfault.com/ for predicting the answers of the questions asked.

About

License:Other


Languages

Language:Python 87.6%Language:Makefile 12.4%