-
Notifications
You must be signed in to change notification settings - Fork 332
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
Great project! Anything I should know before integrating into auto_ml? #195
Comments
Hey @ClimbsRocks, It would be awesome if you integrate it with your auto_ml package! I think we can mention that in our docs as well. Please let us know if there are any issues. |
@kmike
|
Hey @ClimbsRocks!
|
Thanks for being such attentive project owners! I know it can be exhilarating and exhausting, so I appreciate your efforts here. I'd love it if we could get more advanced feature importance information from the scikit-learn models. Happily they've got a pretty stable interface, so it's unlikely that code will need to be updated too regularly. But they're just such an industry standard that if you provide an easy way to get more detailed analytics from them, that would likely be a huge win. And of course, I'm always a fan of consistent APIs, so I support taking in an |
Hi Team!
This looks like an awesome project. I built auto_ml to automate the machine learning process, and one of the frequently-requested features is to be able to explain why we predicted what we did. It's obviously not a trivial undertaking to do properly. So you can imagine my excitement when I saw that you guys had already taken care of it, and for all the different packages we use!
Is there anything I should know before integrating it into auto_ml? I'll make sure to give y'all a callout in the docs so people know where this cool functionality came from. Or if you just want to geek out for a few minutes about running open source ML projects, I'd love to do that too :)
Warmly,
preston
The text was updated successfully, but these errors were encountered: