Skip to content
#

mlops

Here are 574 public repositories matching this topic...

label-studio
kedro
Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
metaflow
davidbuniat
davidbuniat commented Jan 15, 2022

🚨🚨 Feature Request

If your feature will improve HUB

To explore the structure of a dataset it is convenient to have nicer and more informative prints of dataset objects and samples

Description of the possible solution

1) show ds

now

> ds
Dataset(path='hub://activeloop/abalone_full_dataset', tensors=['length', 'diameter', 'height', 'weight'])
mwm5945
mwm5945 commented Jun 25, 2020

The documentation for creating complex inference graphs should include what components can be connected to what, and how the overall graph should behave.

For example, all inference graphs need to end with a single node, whether its a combiner combining multiple inputs, or a transformer, or a model--the graph can't split and then never rejoin, etc.

jli
jli commented Jan 10, 2022

What steps did you take

  • Click on a task on the KFP run page.
  • On the Input/Output tab, click the minio:// link for main-logs to view raw logs.

What happened:

The logs file is served from the minio Express webserver without any character encoding header. This causes any non-ascii UTF-8 characters to be rendered as garbled text.

What did you expect to happen:

I think

alberttorosyan
alberttorosyan commented Jan 18, 2022

The web API endpoints (mainly, the search endpoints) do pack the encoded content (key, value pairs) to a bytes stream. This step uses struct.pack but is suboptimal and should be improved.
The issue applies mainly to https://github.com/aimhubio/aim/blob/9ba5fdca36e69ab6cbb74296333c2f8bc56392a4/aim/web/api/runs/utils.py#L109.
Other places where struct is used should be checked and enhanced if

flyte
kumare3
kumare3 commented Nov 30, 2021

Describe the issue

Currently we run the Linter CI for golang repos using the golang-ci-linter binary. But according to the documentation it is faster and better to use the github action.
https://golangci-lint.run/usage/install/

The UX of all the error highlighting is also better.

What if we do not do this?

Finding linter errors is troublesome as users have to parse through the cons

zenml
AlexejPenner
AlexejPenner commented Dec 28, 2021

Contact Details [Optional]

support@zenml.io

Describe the feature you'd like

Currently our CLI offers a way to install the python packages that are required for a given integration. However, some of our integrations also have system requirements that are necessary to make them work (graphviz, kubectl, etc. ).
All system requirements should be listed on an integration level, just

edublancas
edublancas commented Jan 30, 2022

If a user runs any ploomber command and passes -e pipeline.yaml in a directory that doesn't have such a file, the error isn't very clear:

ploomber status -e pipeline.yaml
Traceback (most recent call last):
  File "/Users/Edu/dev/ploomber/src/ploomber/cli/io.py", line 34, in wrapper
    fn(**kwargs)
  File "/Users/Edu/dev/ploomber/src/ploomber/cli/status.py", line 15
benisraeldan
benisraeldan commented Dec 8, 2021

Purpose:

As a data scientist I want a simple check that will give me an overview of the structure of my data.

Inputs:

A single Dataset

Output:

Tables or graphs containing:

  • General information about the Dataset
  • Metadata about special Dataset columns that are defined (label column name, index column, date column)
  • For each column
    • Identified type
    • statis

Improve this page

Add a description, image, and links to the mlops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlops topic, visit your repo's landing page and select "manage topics."

Learn more