Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
Proposal Summary
With this feature there are files that could be check in the browser itself, like this yolo.cfg files, which are just plain text but with a different format.
I guess many other files can benefit from this feature and it will be faster to check those kind of files because you will not need to download them.
Motivation
What is the use case for this feature?
Be able to see more files in the Artifact section without downloading them.
Why is this use case valuable to support for MLflow users in general?
With this feature you will be able to see the file in the browser instead of downloading it and then check it out in a text editor.
Why is this use case valuable to support for your project(s) or organization?
I use MLflow to see models trained with YOLO networks and the artifact logged into the server are the weights and cfg, so this will be useful if I want to see the cfg file without downloading it.
Why is it currently difficult to achieve this use case?
There isn't a way to check files that are unsupported even if they are plain text files without the .txt extension.
Details
I guess this could easily done by including more file formats to the Artifact show section, or at least check if the file is readable by the browser.
What component(s) does this bug affect?
What interface(s) does this bug affect?
What language(s) does this bug affect?
What integration(s) does this bug affect?
Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
Proposal Summary
With this feature there are files that could be check in the browser itself, like this
yolo.cfgfiles, which are just plain text but with a different format.I guess many other files can benefit from this feature and it will be faster to check those kind of files because you will not need to download them.
Motivation
Be able to see more files in the Artifact section without downloading them.
With this feature you will be able to see the file in the browser instead of downloading it and then check it out in a text editor.
I use MLflow to see models trained with YOLO networks and the artifact logged into the server are the
weightsandcfg, so this will be useful if I want to see thecfgfile without downloading it.There isn't a way to check files that are unsupported even if they are plain text files without the
.txtextension.Details
I guess this could easily done by including more file formats to the Artifact show section, or at least check if the file is readable by the browser.
What component(s) does this bug affect?
area/artifacts: Artifact stores and artifact loggingarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesarea/examples: Example codearea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/models: MLmodel format, model serialization/deserialization, flavorsarea/projects: MLproject format, project running backendsarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/server-infra: MLflow Tracking server backendarea/tracking: Tracking Service, tracking client APIs, autologgingWhat interface(s) does this bug affect?
area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/docker: Docker use across MLflow's components, such as MLflow Projects and MLflow Modelsarea/sqlalchemy: Use of SQLAlchemy in the Tracking Service or Model Registryarea/windows: Windows supportWhat language(s) does this bug affect?
language/r: R APIs and clientslanguage/java: Java APIs and clientslanguage/new: Proposals for new client languagesWhat integration(s) does this bug affect?
integrations/azure: Azure and Azure ML integrationsintegrations/sagemaker: SageMaker integrationsintegrations/databricks: Databricks integrations