[NotForMerging]Add mlflow loader for glassbox models#123
Open
eddiestudies wants to merge 3 commits intointerpretml:developfrom
Open
[NotForMerging]Add mlflow loader for glassbox models#123eddiestudies wants to merge 3 commits intointerpretml:developfrom
eddiestudies wants to merge 3 commits intointerpretml:developfrom
Conversation
added 2 commits
April 18, 2020 15:08
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
b897e28 to
c0e9122
Compare
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
e2db6e4 to
37754d2
Compare
23 tasks
Collaborator
|
Hi @eedeleon -- I see this PR has been labeled "NotForMerging" for a while now. What's the current status? |
989a6a0 to
e6b74cd
Compare
94cc351 to
385a66b
Compare
a06b85c to
51be653
Compare
f2f2a4c to
d7d5fd2
Compare
f8501a4 to
e0369a7
Compare
50d4254 to
5e999b6
Compare
63454ab to
976efe0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows for operationalizing EBM along with all glassbox models that support explain_global.
Example:
Code follows a similar paradigm to: https://www.mlflow.org/docs/latest/models.html#example-creating-a-custom-add-n-model without enforcing interpret take a dependency on mlflow.
mlflow is a soft dependency to allow for an enhanced mlflow experience without affecting existing user experiences