Python & Machine Learning Foundations

Welcome! Let's test your knowledge on Python basics, data visualization, and machine learning concepts. You need a score of over 70% to pass.

1. Why do we use Virtual Environments when starting a Python project?
2. In AI Philosophy, what is the main difference between Narrow AI and General AI?
3. When working with Data Visualization in Python, which library is considered the foundational standard for creating charts and graphs?
4. If you are analyzing a "Penguins Dataset" and create a Heat Map, what are you typically trying to visualize?
5. You want to predict Helsinki Apartment Prices based on their square meter size. Which Machine Learning method is best suited for this?
6. The Titanic Dataset is a famous beginner project used to predict whether a passenger survived (Yes/No). What type of ML problem is this?
7. How do you write a comment in Python to leave notes for yourself or other developers?
8. Which Python data structure is ordered, changeable, and allows duplicate members?
9. When using ML Tools and Methods, why do we split our dataset into a "Training Set" and a "Test Set"?
10. Which popular Python library is primarily used for loading, manipulating, and analyzing tabular data (like the Titanic dataset)?
11. Which Python statement is used to execute a block of code repeatedly for every item in a sequence?
12. If your Titanic survival model has an accuracy score of 0.82, what does this mean?