-
Updated
Jun 28, 2021 - Jupyter Notebook
mlops
Here are 316 public repositories matching this topic...
-
Updated
Jun 28, 2021
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Jun 29, 2021
-
Updated
Jun 29, 2021 - Python
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
We need description, citation, license, and version meta info to be added to the dataset.
Is your feature request related to a problem?
Some datasets need this info inside them for legal reasons.
If your feature will improve HUB
Easy to implement, won't hurt for sure.
Description of the possible solution
Currently, we have all metadata store
Is your feature request related to a problem? Please describe.
Currently the make lint
task does not run pylint
on the tests/integration
folder. This is configured here in the pylintrc
file: https://github.com/bentoml/BentoML/blob/master/pylintrc#L10
We would like to enable Pyli
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.
Steps to reproduce
In Full Kubeflow mode, select a pipeline and click Create Run
. During selecting experiment, open a dialog to select existing experiment.
By default, there is no available experiment, but there is no w
Describe the feature/command for flytectl
Currently flytectl supports the filtering of flyte objects and limits the default result set to 100.
Inorder to fetch next 100 results or any other limit set by the user, we need to support pagination
Provide a possible output or ux example
flytectl get launchplan -p flytectldemo -d development --page 1
flytectl get workflow -p flytectlde
-
Updated
Jun 29, 2021 - Go
Problem
If we pass a Path
instance of pathlib
to aim.Session(repo=path_repo)
, the path is silently converted to ''
.
Solution
I would suggest editing clean_repo_path
in aim.engine.utils
.
Simply add:
def clean_repo_path(repo_path: str) -> str:
if isinstance(repo_path, pathlib.Path):
repo_path = str(repo_path)
We might also use `pathlib
-
Updated
Apr 14, 2021 - Python
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 28, 2021 - Jupyter Notebook
-
Updated
Jun 26, 2021 - Python
-
Updated
May 25, 2021 - Go
-
Updated
Jun 28, 2021
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 13, 2021
-
Updated
Jun 12, 2021 - Python
-
Updated
Jun 29, 2021 - Python
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-name
on datasource where commas are in columnpandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 5323 saw 2
Expected behavior
D