-
Notifications
You must be signed in to change notification settings - Fork 736
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
[NotForMerging]Add mlflow loader for glassbox models #123
Open
eedeleon
wants to merge
3
commits into
interpretml:develop
Choose a base branch
from
eedeleon:eedeleon/add_mlflow_loader_for_glassbox_models
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[NotForMerging]Add mlflow loader for glassbox models #123
eedeleon
wants to merge
3
commits into
interpretml:develop
from
eedeleon:eedeleon/add_mlflow_loader_for_glassbox_models
Conversation
This file contains 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
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
eedeleon
force-pushed
the
eedeleon/add_mlflow_loader_for_glassbox_models
branch
from
April 18, 2020 19:08
b897e28
to
c0e9122
Compare
eedeleon
changed the title
Eedeleon/add mlflow loader for glassbox models
[WIP] add mlflow loader for glassbox models
Apr 18, 2020
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
eedeleon
force-pushed
the
eedeleon/add_mlflow_loader_for_glassbox_models
branch
from
April 21, 2020 00:48
e2db6e4
to
37754d2
Compare
eedeleon
changed the title
[WIP] add mlflow loader for glassbox models
Add mlflow loader for glassbox models
Apr 22, 2020
eedeleon
changed the title
Add mlflow loader for glassbox models
[NotForMerging]Add mlflow loader for glassbox models
Jun 11, 2020
23 tasks
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
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