From 2778ed958dd7fc67c5938b017dae675af7ef5740 Mon Sep 17 00:00:00 2001 From: Ed Lan <165309301+Edlan01@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:45:49 +0100 Subject: [PATCH] feat: update faqs (#8404) --- src/data/roadmaps/ai-data-scientist/faqs.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/ai-data-scientist/faqs.astro b/src/data/roadmaps/ai-data-scientist/faqs.astro index aeb3b180a..3720408e9 100644 --- a/src/data/roadmaps/ai-data-scientist/faqs.astro +++ b/src/data/roadmaps/ai-data-scientist/faqs.astro @@ -89,6 +89,7 @@ export const faqs: FAQType[] = [ "Data scientists are different from [AI Engineers](https://roadmap.sh/ai-engineer), however, they're often confused due to overlapping skills.", 'For **data scientists**, the focus is to analyze data and uncover insights, while in the case of **AI Engineers**, their focus is on building, deploying, and maintaining AI systems. **Data scientists** tend to be great at data manipulation (Python, R, SQL) and statistical analysis, while **AI Engineers** are quite skilled in software engineering, programming, and machine learning frameworks.', 'In the end, **data scientists** will provide insights, reports, and predictive models. While **AI Engineers** will deliver AI-powered applications, APIs, and scalable systems.', + 'More on this topic here: [Data Science vs AI](https://roadmap.sh/ai-data-scientist/vs-ai).', ], }, {