Skip to content
#

mlops

Here are 738 public repositories matching this topic...

label-studio
omishali
omishali commented Jan 3, 2022

Describe the bug
I am trying to label Hebrew text (RTL language). When labels are attached to the text, the words of the text are mixed and not shown in their original order.

To Reproduce
Steps to reproduce the behavior:

  1. Create a project with attached dataset.json dataset.txt
  2. Choose NER template
  3. Start
bug good first issue text editor
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
enhancement help wanted good first issue core-team
AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
natsoule
natsoule commented May 17, 2022

Is your feature request related to a problem? Please describe.
The current Feast online store for GCP implementation requires Firestore in Datastore mode. Firestore can only be in one mode at a time per GCP account. You cannot use native mode for some applications and Datastore mode for others within the same account. Adding a feature store to an existing GCP account that uses native mode wou

kind/feature good first issue priority/p2 Community Contribution Needed
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.

replon
replon commented Mar 25, 2022

https://github.com/pytorch/serve/blob/6a191f822f2e759c2aad07b8f9eacbedcb039827/model-archiver/model_archiver/model_packaging_utils.py#L137

In a multi-user system, this line can raise Permission Error because of the same file name in the shared /tmp/ directory which maybe created by another user. Maybe we can give more unique name when we store it using timestamp or something.

good first issue
alberttorosyan
alberttorosyan commented Apr 22, 2022

🚀 Feature

There is no out-of-box support for .aim repository backups. Users have to manually create an archive from repo directory and upload to cloud storage buckets.

Motivation

A single-command backup of aim repos. Pre-defined clear naming/versioning across all repos.

Pitch

Add a CLI commands to backup and restore .aim repo in/from cloud storage. Support S3 and GCS. Backup

type / enhancement good first issue area / SDK-storage
edublancas
edublancas commented May 17, 2022

When using the search feature, users might be directed to specific sections in the documentation. For example, if search for "schedule", the top result is this.

When clicking on it, the page scrolls down to the "Scheduling" section, however, it isn't clear to a user that such section is the one they should pay attention to.

documentation good first issue
flyte
pmahindrakar-oss
pmahindrakar-oss commented May 16, 2022

Describe the issue

Currently its hard to debug errors in sandbox and demo environments if the installation fails during helm installation .
Enable verbose logging for helm commands and also kubectl commands

https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-output-verbosity-and-debugging

The default option should be with this flag off.

 flytectl demo start
good first issue housekeeping
zenml
strickvl
strickvl commented May 17, 2022

Contact Details [Optional]

support@zenml.io

Describe the feature you'd like

ZenML currently implements a way to detect drift using Evidently. We created a standard step that can be used to generate and access Evidently's core visualisations here: zenml/src/zenml/integrations/evidently/steps/evidently_profile.py. (Learn more about Evidently and drift d

enhancement good first issue internal
ItayGabbay
ItayGabbay commented May 4, 2022

Describe the solution you'd like
Currently, there are some RST files that contain code examples within a .. code-block. This code blocks may break when we implement new features to the package and break the API.
We need some mechanism that validates the code blocks in the RST docs are valid, and fail the PR check if something is broken.

We can use docutils or some other alternative for

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