-
Updated
Feb 9, 2021 - Jupyter Notebook
mlops
Here are 201 public repositories matching this topic...
-
Updated
Feb 27, 2021
-
Updated
Feb 17, 2021 - Python
-
Updated
Feb 24, 2021
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
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak
-
Updated
Feb 26, 2021 - Python
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.
Currently the typical command that a container runs with looks something like this.
pyflyte-execute --task-module app.workflows.work --task-name task_function_name --inputs s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff1641613c2674cee9d5/task_function_name/data/inputs.pb --output-prefix s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff164161
-
Updated
Feb 11, 2021 - Python
Problem
New users who are not familiar with Aim and Aim query language don't know how to search/retrieve tracked experiments and how to make search queries in explore screen.
Solution
Show examples of Aim QL and provide links to QL documentation and detailed specs.
<img width="1217" alt="image" src="https://user-images.githubusercontent.com/13848158/105703849-48857080-5f27-11eb
Describe the bug
ZenML fails with custom step on no commit git repo.
To Reproduce
Steps to reproduce the behavior:
git init
zenml init
python run.py # run any pipeline with a custom step
Expected behavior
If there is no commit, make the pipeline un-pinned.
Screenshots
Stack Trace
** Context (please complete the following information):**
- OS: U
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 26, 2021 - Go
-
Updated
Feb 26, 2021 - Python
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Feb 28, 2021
-
Updated
Feb 23, 2021 - Python
-
Updated
Feb 22, 2021
-
Updated
Feb 27, 2021 - Python
-
Updated
Feb 25, 2021 - Jupyter Notebook
sqlite does not provide helpful error messages when the parent folder does not exist
-
Updated
Dec 14, 2020 - Python
-
Updated
Feb 13, 2021 - Java
-
Updated
Feb 26, 2021 - Python
-
Updated
Feb 9, 2021 - Python
Problem description
This is a request for a new feature on CI testing.
We would like to have a larger coverage for converter CI tests.
You may refer here https://github.com/microsoft/hummingbird/tree/master/tests for traditional ML -> {PyTorch, ONNX} first.
Other Information
Roadmap (you may change this as you prefer)
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
When trying to run scaffolding (profiling) command, it fails because of commas in columns.
To Reproduce
Steps to reproduce the behavior:
great_expectations suite scaffold scaffold-nameon datasource where commas are in columnpandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 5323 saw 2Expected behavior
D