Skip to content
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

How to save the LightGBM Regressor trained using ATOM Pipeline to get prediction intervals using MAPIE #46

Open
3 tasks done
ashish-wai opened this issue Dec 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ashish-wai
Copy link

Contribution guidelines

  • I've read the contribution guidelines.
  • The documentation does not mention anything about this feature.
  • There are no open or closed issues that are related to this feature.

Description

Hi, I read that we can use joblib to dump the entire pipeline created using ATOM-ML in an existing issue. How can I save only the trained model (XGB or LGB) to use MAPIE to get a prediction interval for regression rather than a single-point prediction?

https://mapie.readthedocs.io/en/latest/, or other libraries for other tasks (like explainability, etc).

Use Cases

  • Conformal Regression
  • Feature Importance
  • Interoperability of the trained models

Screenshots / Mockups

No response

@ashish-wai ashish-wai added the enhancement New feature or request label Dec 4, 2023
@tvdboom
Copy link
Owner

tvdboom commented Dec 5, 2023

You can use the save_estimator method of the LightGBM model, e.g., atom.lgb.save_estimator("lightgbm")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants