https://github.com/clevertech/ml-stack-answers
https://github.com/clevertech/ml-stack-answers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clevertech/ml-stack-answers
- Owner: clevertech
- License: other
- Created: 2018-08-11T18:17:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:38:11.000Z (over 3 years ago)
- Last Synced: 2025-03-28T02:12:35.696Z (about 1 year ago)
- Language: Python
- Size: 2.44 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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.