question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FR] Log HTML representation of estimator in scikit-learn autologging

See original GitHub issue

Willingness to contribute

No. I cannot contribute this feature at this time.

Proposal Summary

Log an HTML representation of an estimator in scikit-learn autologging using sklearn.utils.estimator_html_repr.

image

Motivation

What is the use case for this feature?

To make it easier to understand the structure of a auto-logged estimator.

Why is this use case valuable to support for MLflow users in general?

Why is this use case valuable to support for your project(s) or organization?

Why is it currently difficult to achieve this use case?

Details

No response

What component(s) does this bug affect?

  • area/artifacts: Artifact stores and artifact logging
  • area/build: Build and test infrastructure for MLflow
  • area/docs: MLflow documentation pages
  • area/examples: Example code
  • area/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registry
  • area/models: MLmodel format, model serialization/deserialization, flavors
  • area/pipelines: Pipelines, Pipeline APIs, Pipeline configs, Pipeline Templates
  • area/projects: MLproject format, project running backends
  • area/scoring: MLflow Model server, model deployment tools, Spark UDFs
  • area/server-infra: MLflow Tracking server backend
  • area/tracking: Tracking Service, tracking client APIs, autologging

What interface(s) does this bug affect?

  • area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev server
  • area/docker: Docker use across MLflow’s components, such as MLflow Projects and MLflow Models
  • area/sqlalchemy: Use of SQLAlchemy in the Tracking Service or Model Registry
  • area/windows: Windows support

What language(s) does this bug affect?

  • language/r: R APIs and clients
  • language/java: Java APIs and clients
  • language/new: Proposals for new client languages

What integration(s) does this bug affect?

  • integrations/azure: Azure and Azure ML integrations
  • integrations/sagemaker: SageMaker integrations
  • integrations/databricks: Databricks integrations

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
RohanBha1commented, Sep 20, 2022

Yes, I’ll be done by tonight, sorry haven’t updated in a while.

0reactions
RohanBha1commented, Oct 2, 2022

Let me know if I need to make any further changes

Read more comments on GitHub >

github_iconTop Results From Across the Web

mlflow.sklearn — MLflow 2.0.1 documentation
The mlflow.sklearn module provides an API for logging and loading ... Enables (or disables) and configures autologging for scikit-learn estimators.
Read more >
6.1. Pipelines and composite estimators - Scikit-learn
Pipeline can be used to chain multiple estimators into one. This is useful as there is often a fixed sequence of steps in...
Read more >
Developing scikit-learn estimators
Whether you are proposing an estimator for inclusion in scikit-learn, developing a separate package compatible with scikit-learn, or implementing custom ...
Read more >
sklearn.utils.estimator_html_repr
Build a HTML representation of an estimator. Read more in the User Guide. Parameters: estimatorestimator object. The estimator to visualize. Returns:.
Read more >
Log metrics, parameters and files with MLflow - Microsoft Learn
If you were using Azure Machine Learning SDK v1 before, we recommend you to start leveraging MLflow for tracking experiments. See Migrate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found