I am trying to find Lasso.py on GitHub, I believe I should be able to find it at https://github.com/scikit-learn/scikit-learn/tree/main/sklearn/linear_model; but it is not there. Does anyone have an idea?
Asked
Active
Viewed 110 times
1 Answers
0
The class Lasso
can be found in this file:
You have to look in the __init__.py file when you want the details of a module.

Jonathan DEKHTIAR
- 3,456
- 1
- 21
- 42