Skip to content
#

mlops

Here are 119 public repositories matching this topic...

fpnick
fpnick commented Sep 21, 2020

Describe the bug
Using a data source with umlauts in the column names leads to the Jupyter Notebook with which the suite can be edited throw an error on startup. The Notebook then doesn't load.
This might be a Jupyter Notebook bug, not sure?!

To Reproduce
Steps to reproduce the behavior:

  1. Initialize a suite with this xlsx file as a data source (nothing fancy: Just two columns, the
axsaucedo
axsaucedo commented Jul 11, 2020

Currently the way that the predict function converts the incoming data and more importantly the return statement is quite obscure, and the community tends to just look at the util.py functions, however they shouldn't have the need to read the source to know what rules apply. For this it would be useful to ahve a table or a high level overview of the rules that apply in regards to what data types g

BentoML
parano
parano commented Oct 20, 2020

Currently, Spacy artifact code is not tested: https://codecov.io/gh/bentoml/BentoML/tree/master/bentoml/frameworks

We would want to add an integration test suit to test its functionalities including save, load, and run inference from API server. The setup should be similar to other integration tests that can be found here: https://github.com/bentoml/BentoML/tree/master/tests/integration

Collective Knowledge framework (CK) helps to organize any software project as a database of reusable components with common automation actions and extensible meta descriptions based on FAIR principles (findability, accessibility, interoperability, and reusability). See real-world use cases from Arm, General Motors, IBM, RPi, ACM, and MLPerf:

  • Updated Oct 24, 2020
  • Python
Tomcli
Tomcli commented Oct 14, 2020

/kind feature

Description:
Some Kubernetes resources such as V1EnvVar for container environment variables only accept string, so we need to let the SDK to sanitize these variables into proper strings before dumping it to Tekton YAML.

The Kubernetes API docs defines what types are supported under the pod spec.
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/

/go

qaboard

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

You can’t perform that action at this time.