-
Updated
Feb 7, 2022 - Jupyter Notebook
mlops
Here are 622 public repositories matching this topic...
-
Updated
Feb 19, 2022
-
Updated
Feb 16, 2022
-
Updated
Feb 22, 2022 - Jupyter Notebook
Description
We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:
- Hello World! (15 minutes)
- [Iris Dataset](https://kedro.readthedocs.io/en/stable/02_get_started
Describe the bug
data docs columns shrink to 1 character width with long query
To Reproduce
Steps to reproduce the behavior:
- make a batch from a long query string
- run validation
- render result to data docs
- See screenshot
<img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
Currently, you can do something like this: Task(Flow/RunID/StepName) and this will not result in an error but then the resulting Task object behaves in a bizarre manner where things like t.data will work but t.data.my_artifact will not for example.
We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:
- Metaflo
🚨 🚨 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'])-
Updated
Feb 22, 2022 - Python
-
Updated
Feb 22, 2022 - Python
-
Updated
Feb 21, 2022 - Python
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.
The current DynamoDB implementation does sequential gets (https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/online_stores/dynamodb.py#L163)
Possible Solution
A better approach is to do some multi-get operation or at least run these queries in parallel and collect the results.
I have uploaded the metrics_visualization pipeline in the Kubeflow Console and when I invoke a run I am able to see the visualizations yet they are not seen in the run output
.
All system requirements should be listed on an integration level, just
-
Updated
Feb 21, 2022 - Python
we recently added an example to use File clients, we should update the docs to link to the example wherever is relevant: https://github.com/ploomber/projects/tree/master/cookbook/file-client
-
Updated
Jan 12, 2022 - Kotlin
Is your feature request related to a problem? Please describe.
Let open-source contributors easily open the project in GitHub Codespaces.
It is a cloud-based IDE to let the contributors open with one click.
With some config files in the repo, the IDE should have everything ready at start. For example, the tests should be ready to run.
It would ma
-
Updated
Aug 23, 2021 - Python
-
Updated
Feb 18, 2022 - Python
Dataset Info Check
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.
Add this topic to your repo
To associate your repository with the mlops topic, visit your repo's landing page and select "manage topics."

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: