Regression lineaire multi sklearn.metrics in Python equivalent to First and Last in R langage #30025
HerveCharlier
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In R after a multi linear regression we can extract:
metrics$R2 for R2,
metrics$first for the importance “first” of the predictor and
metrics$last for the « last » variance of the predictor.
Rewriting my code in Python I am looking for the same metrics but I don’t find it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions