Skip to content
#

mlops

Here are 196 public repositories matching this topic...

gardnerdev
gardnerdev commented Jan 16, 2021

Describe the bug
When trying to run scaffolding (profiling) command, it fails because of commas in columns.

To Reproduce
Steps to reproduce the behavior:

  1. Run great_expectations suite scaffold scaffold-name on datasource where commas are in column
  2. Bug pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 5323 saw 2

Expected behavior
D

kedro
Zillibub
Zillibub commented Feb 23, 2021

🐛🐛 Bug Report

⚗️ Current Behavior

Launch of an large_dataset_build.py falls with an exception

  File "hub\store\shape_detector.py", line 107, in _get_chunks
    assert chunks[0] == 1

The chuck value in schema in given example is chunks=(2, 1920, 1080, 3). So to run this code without exceptions I need to change it to chunks=(1, 1920, 1080, 3). Why is there an asserti

flyte
wild-endeavor
wild-endeavor commented Feb 22, 2021

Currently the typical command that a container runs with looks something like this.

pyflyte-execute --task-module app.workflows.work --task-name task_function_name --inputs s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff1641613c2674cee9d5/task_function_name/data/inputs.pb --output-prefix s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff164161
gorarakelyan
gorarakelyan commented Jan 25, 2021

Problem

New users who are not familiar with Aim and Aim query language don't know how to search/retrieve tracked experiments and how to make search queries in explore screen.

Solution

Show examples of Aim QL and provide links to QL documentation and detailed specs.

<img width="1217" alt="image" src="https://user-images.githubusercontent.com/13848158/105703849-48857080-5f27-11eb

zenml
hamzamaiot
hamzamaiot commented Feb 10, 2021

Describe the bug
ZenML fails with custom step on no commit git repo.

To Reproduce
Steps to reproduce the behavior:

git init
zenml init
python run.py  # run any pipeline with a custom step

Expected behavior
If there is no commit, make the pipeline un-pinned.

Screenshots

Stack Trace

** Context (please complete the following information):**

  • OS: U
onepanel

Production grade, end-to-end vision AI platform with fully integrated modules for model building, automated labeling, data processing, model training and hyperparameter tuning.

  • Updated Feb 23, 2021
  • Go

Collective Knowledge framework (CK) helps to organize black-box research software as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions. See real-world use cases from Arm, General Motors, ACM, Raspberry Pi foundation and others:

  • Updated Feb 6, 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.

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