-
Updated
Aug 15, 2021 - Jupyter Notebook
mlops
Here are 375 public repositories matching this topic...
-
Updated
Aug 22, 2021
-
Updated
Aug 20, 2021 - Jupyter Notebook
-
Updated
Aug 11, 2021
-
Updated
Aug 20, 2021 - Python
Description
To allow for both contributions, I think we should specify the following in Contributing.md:
- Contributors need to add their dataset to the the doctree: https://github.com/quantumblacklabs/kedro/blob/master/docs/source/15_api_docs/kedro.extras.datasets.rst
- Contributors need to add their dataset to catalog json schema: https://github.com/quantumblacklabs/kedro/blob/master/sta
🚨 🚨 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
-
Updated
Aug 22, 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.
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 Issue
We modeled the new plugin structure off of this microlib structure a while back, but we never moved the tests into each individual plugin. We should do that. There may or may not have been a reason
Should probably also move GH workflows to install each plugin and test each plugin separate from the other plug
-
Updated
Aug 20, 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
Aug 6, 2021 - Jupyter Notebook
-
Updated
Aug 22, 2021 - Python
-
Updated
Jul 28, 2021 - Kotlin
-
Updated
Aug 12, 2021 - Jupyter Notebook
-
Updated
Aug 20, 2021 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Aug 20, 2021
We're using marshmallow to parse whylogs config from YAML
However, Pydantic is much more powerful as it allows users to set config via various mechanims, from YAML, JSON to Environment settings.
We should consider moving to pydantic
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 18, 2021 - Rust
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 11, 2021
We have a new cookbook section: https://github.com/ploomber/projects/tree/master/cookbook
where we add minimal examples for certain use cases, we should add links to each one on the relevant sections in the docs
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
data docs columns shrink to 1 character width with long query
To Reproduce
Steps to reproduce the behavior:
<img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4