driverlessai-recipes icon indicating copy to clipboard operation
driverlessai-recipes copied to clipboard

Recipes for Driverless AI

Results 29 driverlessai-recipes issues
Sort by recently updated
recently updated
newest added

Hi ! l have already Installed driverless ai docker image on Ubuntu with GPUs. The reference link is http://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/install/ubuntu.html. But i failed in the last step with "Connect to Driverless...

I want to load pre-trained embeddings from file-system for a pytorch/tensorflow model. How to do that?

To Do: The recipes in this repository are published to http://catalog.h2o.ai/ automatically as part of a CICD Jenkins(http://jenkins:8080/) Pipeline upon submission of a new recipe or on demand.

good first issue

No threshold needed and the cost has to be recalculated with the optimum threshold

I just want to perform object detection on my custom data set. Does Driverless AI support object detection for custom data set ?? if yes then, please provide me the...

Add an explanation and examples showing how to use data recipes.

Add details on the Upload & Modify Data recipes to the FAQ, including a description of when they should be used and how they impact the scoring pipeline (they don't)....

enhancement

This PR adds a parallel version of GroupPrevDays transformer Serial and parallel give same results : ![image](https://user-images.githubusercontent.com/17214417/70723658-8c082580-1cf9-11ea-8043-3dd3d1c54034.png) But parallel is way slower. I suspect this due to the number of...