[NotForMerging]Add mlflow loader for glassbox models#123
Open
eddiestudies wants to merge 3 commits into
Open
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>
eddiestudies
force-pushed
the
eedeleon/add_mlflow_loader_for_glassbox_models
branch
from
April 18, 2020 19:08
b897e28 to
c0e9122
Compare
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
eddiestudies
force-pushed
the
eedeleon/add_mlflow_loader_for_glassbox_models
branch
from
April 21, 2020 00:48
e2db6e4 to
37754d2
Compare
eddiestudies
marked this pull request as ready for review
April 21, 2020 21:15
23 tasks
Collaborator
|
Hi @eedeleon -- I see this PR has been labeled "NotForMerging" for a while now. What's the current status? |
paulbkoch
force-pushed
the
develop
branch
4 times, most recently
from
January 28, 2024 05:57
989a6a0 to
e6b74cd
Compare
paulbkoch
force-pushed
the
develop
branch
5 times, most recently
from
March 31, 2024 02:30
94cc351 to
385a66b
Compare
paulbkoch
force-pushed
the
develop
branch
3 times, most recently
from
August 1, 2024 09:36
a06b85c to
51be653
Compare
paulbkoch
force-pushed
the
develop
branch
3 times, most recently
from
September 1, 2024 12:36
f2f2a4c to
d7d5fd2
Compare
paulbkoch
force-pushed
the
develop
branch
6 times, most recently
from
December 10, 2024 06:25
f8501a4 to
e0369a7
Compare
paulbkoch
force-pushed
the
develop
branch
5 times, most recently
from
December 26, 2024 01:22
50d4254 to
5e999b6
Compare
paulbkoch
force-pushed
the
develop
branch
2 times, most recently
from
January 15, 2025 11:54
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