Skip to content
#

mlops

Here are 458 public repositories matching this topic...

label-studio
metaflow
tuulos
tuulos commented Sep 7, 2021

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

kedro
RafalSkolasinski
RafalSkolasinski commented Feb 24, 2021

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.

benhyy
benhyy commented Aug 29, 2021

What steps did you take

Code gets stuck in infinite loop is SageMaker training job gets stopped (unhandled use case)

What happened:

https://github.com/kubeflow/pipelines/blob/master/components/aws/sagemaker/train/src/sagemaker_training_component.py#L57-L66

Above code only caters for training job status Completed or Failed, so if the training job status is marked as `Stopped

adchia
adchia commented Nov 4, 2021

When specifying on demand feature views at retrieval time (e.g. get_X_features), the output feature vectors include e.g. request data or dependent feature vectors, even if users did not specify said features.

Expected Behavior

Non-specified dependent feature values are not returned in output

Current Behavior

Non-specified dependent feature values are in output

Steps to reprodu

flyte
evalsocket
evalsocket commented Oct 12, 2021

Describe the bug

flytectl register files command doesn't fail without --countinueOnError. It should fail with exit code 0.

Expected behavior

  • Flytectl register should fail if there is an error
  • Flytectl register should not fail if the user passes the --countinueOnError

Additional context to reproduce

No response

Screenshots

No response

Are

alberttorosyan
alberttorosyan commented Nov 5, 2021

Proposed refactoring or deprecation

Output informative messages when run parameter cannot be set (i.e. type is not supported by storage)

Motivation

To give users clear error messages and improve onboarding experience.

Pitch

When setting run parameter of unsupported type I would like to get a precise error describing what was done wrong instead of generic Python exception (`No

nicholasrobertm
nicholasrobertm commented Sep 1, 2021

When running my first test model I ran into the issue where my target field was sometimes empty (signifying zero, or 'no data' for that timeframe). It was a numeric field so It'd be nice to be able to set a value in my config.json that it defaults to when there is no data per field.

An additional side note but the lack of a --verbose flag to tell me which row it was failing on made it take long

edublancas
edublancas commented Oct 27, 2021

The load_dotted_path raises the following error if unable to load the module:

Traceback (most recent call last):
  File "/Users/Edu/Desktop/import-error/script.py", line 4, in <module>
    load_dotted_path('tests.quality.fn')
  File "/Users/Edu/dev/ploomber/src/ploomber/util/dotted_path.py", line 128, in load_dotted_path
    module = importlib.import_module(mod)
  File "/Users/

Improve this page

Add a description, image, and links to the mlops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlops topic, visit your repo's landing page and select "manage topics."

Learn more