math-a3k / django-ai

Artificial Intelligence for Django
Other
78 stars 23 forks source link

Linear Regression Support #16

Open math-a3k opened 5 years ago

math-a3k commented 5 years ago

The goal of this issue is to add support for Linear Regression using the scikit-learn engine for django-ai.

Its scope is limited only for Ordinary Least Squares, setting the building block for incorporating the Generalized Linear Models provided in the scikit-learn module.

Insights