-
Updated
Sep 15, 2021 - Jupyter Notebook
mlops
Here are 390 public repositories matching this topic...
-
Updated
Sep 13, 2021
-
Updated
Aug 11, 2021
-
Updated
Sep 15, 2021 - Jupyter Notebook
With a config like this
{
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}
(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)
metaflow.S3(run=self).put* produces double-slashes like here:
s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet
The trailing slash in the config shouldn't make a difference
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
- Related to an existing Issue
- A new implementation (Improvement, Extension)
If your feature will improve HUB
Need a way to check if a dataset already exists.
hub.empty throws an error if a dataset exists and hub.load throws an error if the dataset does not exist.
Need a way to check if a dataset already exists without throwing a
-
Updated
Sep 15, 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.
What steps did you take
Code gets stuck in infinite loop is SageMaker training job gets stopped (unhandled use case)
What happened:
Above code only caters for training job status Completed or Failed, so if the training job status is marked as `Stopped
-
Updated
Sep 15, 2021 - Go
Describe the Issue
- Currently, we have old documentation in gh-pages but now we are not using the gh-pages for documentation and Add documentation for helm in gh-pages README
https://github.com/flyteorg/flyte/tree/gh-pages
What if we do not do this?
Related component
Either Specific / all
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
Sep 15, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021 - Python
-
Updated
Jul 28, 2021 - Kotlin
-
Updated
Sep 15, 2021 - Jupyter Notebook
-
Updated
Sep 15, 2021 - Rust
-
Updated
Sep 7, 2021 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Sep 15, 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
Sep 10, 2021 - Go
====================================================== DAG build failed ======================================================
----- NotebookRunner: fit -> MetaProduct({'model': File('products\\model.pickle'), 'nb': File('products\\report.html')}) -----
----------------------------------------- C:\Users\edubl\Desktop\proj\scripts\fit.py -----------------------------------------
Traceba-
Updated
Sep 15, 2021 - Python
-
Updated
Aug 11, 2021
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