Skip to content

clevertech/ml-stack-answers

Repository files navigation

ml-stack-answers

image

image

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.