-
Updated
Aug 2, 2021 - Jupyter Notebook
mlops
Here are 353 public repositories matching this topic...
-
Updated
Aug 1, 2021
-
Updated
Aug 6, 2021 - Jupyter Notebook
-
Updated
Jul 20, 2021
-
Updated
Aug 5, 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
Pretty neat if documentation can be translated to multiple language, Mandarin, Spanish, Portuguese, Vietnamese, etc.
P1 items, after 1.0 releases
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 bug
````Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding``` is pointed out when running instructions found https://docs.flyte.org/en/latest/deployment/sandbox.html due to version of K8s cluster
Expected behavior
Current version of K8s is 1.21 -- we should upgra
-
Updated
Jul 30, 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
Jul 6, 2021 - Python
-
Updated
Jul 28, 2021 - Kotlin
-
Updated
Aug 5, 2021 - Jupyter Notebook
-
Updated
Aug 2, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 26, 2021 - Python
-
Updated
Aug 3, 2021
-
Updated
Aug 3, 2021 - Go
When trying to log a list of dictionaries like this:
to_send = [
{
"residual": None,
"timestamp": 1553004853455
},
{
"residual": None,
"timestamp": 1553004853662
},
{
"residual": None,
"timestamp": 1553004853868
}
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Aug 5, 2021 - Rust
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."
In the section Quick start on the
README.mdone could add the possibility to install via conda (see link) viaconda install -c conda-forge great-expectations