An open API service indexing awesome lists of open source software.

https://github.com/clevertech/ml-stack-answers


https://github.com/clevertech/ml-stack-answers

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

================
ml-stack-answers
================

.. image:: https://img.shields.io/pypi/v/ml-stack-answers.svg
:target: https://pypi.python.org/pypi/ml-stack-answers

.. image:: https://img.shields.io/travis/clevertech/ml-stack-answers.svg
:target: https://travis-ci.org/clevertech/ml-stack-answers

.. image:: https://readthedocs.org/projects/ml-stack-answers/badge/?version=latest
:target: https://ml-stack-answers.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

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.

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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

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