From bc8b2a2d5cc86f84b4ba0c73cef41e169c9fcb1d Mon Sep 17 00:00:00 2001 From: Shaun <124687868+shaunyogeshwaran@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:01:18 +0530 Subject: [PATCH] Update FAQ.md Co-authored-by: Oshini Nugapitiya <52423997+oshi98@users.noreply.github.com> --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d4f0102c..3b5a9505 100644 --- a/FAQ.md +++ b/FAQ.md @@ -41,7 +41,7 @@ A text editor and knowledge of Python. Recipes are written as `.py` files with t ### How do I start? - Review the [API specifications](https://github.com/h2oai/driverlessai-recipes#reference-guide) and architecture diagrams. - Review the [examples in this repository](https://github.com/h2oai/driverlessai-recipes/blob/master/README.md#sample-recipes). -- Upload your recipe in the Expert Settings during the experiment setup. +- Upload your recipe in the Expert Settings section during the experiment setup. ### What version of Python does Driverless AI use? Driverless AI uses Python 3.6. Ensure your recipes are compatible with this version.