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

Rectify issue due to newline in `custom_recipe_security_analysis_enabled = true`

Associated with https://github.com/h2oai/h2oai/pull/30824 see details at https://github.com/h2oai/h2oai/pull/30824#pullrequestreview-1172474438

documentation

Can Driverless AI be run on 16gb Macbook with M1 chip? My old, 2016 intel MacBook with 16gb of ram isn't able to run it. Considering whether I should upgrade...

More context in https://github.com/h2oai/h2oai/pull/21291

This PR adds the data recipe that lets user augment new features to the dataset by using the augment service https://github.com/h2oai/h2oai/issues/20586

https://github.com/h2oai/h2oai/issues/20586

Expand sentiment analysis recipes to Spanish, Portuguese, and other language. Existing sentiment recipes: https://github.com/h2oai/driverlessai-recipes/blob/master/transformers/nlp/text_sentiment_transformer.py https://github.com/h2oai/driverlessai-recipes/blob/master/transformers/nlp/vader_text_sentiment_transformer.py

enhancement

https://github.com/catboost/catboost/issues/1023 https://github.com/catboost/catboost/issues/1028

The Hydraulic System Sensor Data Recipe does the following: - Downloads the Hydraulic Systems Condition Monitoring Dataset from UCI ML Repo - Reads the data zip file - Extracts the...

This data recipe adds features to the dataset giving the average value of the target for recent similar events. It originated from the food truck POC code.