Skip to content

Commit

Permalink
docs: add support for sklearn to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Jun 24, 2024
1 parent f4e5484 commit 07f5fae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ available documentation.
## Usage

lmdiag generates plots for _fitted_ linear regression models from
[`statsmodels`](https://www.statsmodels.org/stable/index.html) or
[`linearmodels`](https://bashtage.github.io/linearmodels/doc/index.html).
[`statsmodels`](https://www.statsmodels.org/stable/index.html),
[`linearmodels`](https://bashtage.github.io/linearmodels/doc/index.html) and
[`scikit-learn`](https://scikit-learn.org/stable/).

You can find many examples in
[this jupyter notebook](https://github.com/dynobo/lmdiag/blob/master/example.ipynb).
Expand Down

0 comments on commit 07f5fae

Please sign in to comment.