- This code does not use sklearn functions (from scratch)
- This code implements a Generalized Linear Model with a Poisson distribution with gradient ascent.
- This code make a prediction given new inputs (function predict).
python main.py
- This version of code uses sklearn functions to valid the previous results.
python vscikit-learn.py