model-deployment
Here are 70 public repositories matching this topic...
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
-
Updated
Oct 19, 2020 - Python
-
Updated
Jul 6, 2020 - Python
-
Updated
Aug 25, 2020 - Python
-
Updated
Oct 18, 2019 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 24, 2020 - Scala
-
Updated
Oct 13, 2020 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Python
-
Updated
Jul 22, 2020
-
Updated
Sep 4, 2020 - Python
-
Updated
Oct 27, 2020 - PHP
-
Updated
May 26, 2020 - R
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Sep 23, 2020 - Python
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 11, 2017 - HTML
-
Updated
Mar 12, 2019 - Jupyter Notebook
-
Updated
Jan 27, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Dec 4, 2019
-
Updated
Apr 2, 2020 - Dart
-
Updated
Oct 22, 2019 - Python
-
Updated
Aug 8, 2018 - Java
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 8, 2018 - Python
-
Updated
Sep 29, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the model-deployment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-deployment topic, visit your repo's landing page and select "manage topics."
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?