https://github.com/datarobot-community/ai-accelerators
https://github.com/datarobot-community/ai-accelerators
dr-engineering
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datarobot-community/ai-accelerators
- Owner: datarobot-community
- Created: 2022-12-20T23:33:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T17:02:52.000Z (7 months ago)
- Last Synced: 2025-12-18T23:23:23.993Z (7 months ago)
- Topics: dr-engineering
- Language: Jupyter Notebook
- Homepage:
- Size: 88.7 MB
- Stars: 97
- Watchers: 6
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**DataRobot [AI Accelerators](https://www.datarobot.com/aiaccelerators/) are repeatable, code-first workflows designed to help speed up model development, deployment and time to value using the [DataRobot API](https://datarobot-public-api-client.readthedocs-hosted.com/en/latest-release/).**
## 🤔 Finding the Accelerator you need
| Section | Details |
|---|---|
| [Use Cases and Horizontal Approaches](https://github.com/datarobot-community/ai-accelerators/blob/main/use_cases_and_horizontal_approaches) | Applied approaches to specific business challenges and general frameworks for broad classes of machine learning problems |
| [Generative AI](https://github.com/datarobot-community/ai-accelerators/blob/main/generative_ai) | All things generative + predictive AI |
| [Ecosystem Integration Templates](https://github.com/datarobot-community/ai-accelerators/blob/main/ecosystem_integration_templates) | Boilerplate templates to for end-to-end API workflows between DataRobot and our ecosystem partners like Snowflake, GCP, Azure, AWS, etc. |
| [Advanced ML and API Approaches](https://github.com/datarobot-community/ai-accelerators/blob/main/advanced_ml_and_api_approaches) | Advanced usage of the DataRobot API you can inject in to your experiment workflow |
## 📹 Youtube
Follow our channel @[DataRobot](https://www.youtube.com/@DataRobot/featured). For more tutorials and demonstrations, checkout the [Generative AI + DataRobot](https://youtube.com/playlist?list=PLe-6XGmzriIiPJUzpz5npbueiadkhE_M2&si=obFGxZFruwiXa1TB)
and [DataRobot AI Accelerators](https://www.youtube.com/playlist?list=PLe-6XGmzriIhoP4o8q_SapBTQJstLIRTY) playlists. More videos coming soon!
[Install the DataRobot Python Client Package](https://pypi.org/project/datarobot/).

## 🚀 Getting started
1. Clone this repo
2. Import the desired accelerator into your preferred notebook (e.g., jupyter, Kaggle, Databricks Notebooks, Google Colab). We recommend using [DR-Notebooks](https://www.datarobot.com/platform/notebooks/).
3. Execute the notebook.
4. Learn and understand the accelerator content.
4. You should now be able to modify the accelerator to solve your own problem. The easiest place to start is to replace the input data with your own.
## ❔Support
Please report feedback and problems by opening a Github Issue in this repo.
Please note: The code in these repos is sourced from the DataRobot user community and is not owned or maintained by DataRobot, Inc. You may need to make edits or updates for this code to function properly in your environment.