-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scikit-Learn support #145
Scikit-Learn support #145
Conversation
Interesting approach. We can be pretty agnostic about the exact type of (statistical) model, as long as it provides a Some questions that pop into my head
|
Yeah, I think that something like this might be quite convenient. I've not yet settled on the "final" interface, but making progress.
No it is not. https://matthewwardrop.github.io/formulaic/latest/migration/
No, I don't think so. Every modelling package offers its own formula interface, which will necessarily be richer than what we can offer here. Replicating the formula interface of every package is a fool's errand (tried and failed in R's Zelig). And in the end, we're just talking about <20 lines of code. This is not a big enough contribution for a package, IMHO.
Yes, the true purpose of |
06de812
to
7619496
Compare
TODO:
.predict()
vs..predict_proba()
is_pyfixest()
insanitize_model.py
formulaic
should be optionalnewdata
is not provided