-
Updated
Jan 26, 2022 - Jupyter Notebook
mlops
Here are 574 public repositories matching this topic...
-
Updated
Jan 22, 2022
-
Updated
Jan 21, 2022
-
Updated
Jan 31, 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
Metaflow currently supports Py>=3.4 (with limited support for Py2.7) and R>=3.8. The GH tests only test for Py3.7 and R4.1. We should ensure we test on the whole set of permutations.
🚨 🚨 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
Jan 31, 2022 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 29, 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.
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-logsto 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
-
Updated
Jan 27, 2022 - Go
-
Updated
Jan 30, 2022 - Python
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
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
Contact Details [Optional]
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
-
Updated
Jan 30, 2022 - Python
The OpenMLDB project is a community-driven project, thus we welcome all kinds of contribution from the community. We have started an OpenMLDB Contributor Program, which provides rewards to encourage you to join our community.
Here is the explanation about this program (we also provide a Chinese version here):
- We have listed issues that are suitable
-
Updated
Jan 12, 2022 - Kotlin
-
Updated
Aug 23, 2021 - Python
-
Updated
Jan 27, 2022 - Python
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.yamlTraceback (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 15Dataset 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: