Test your knowledge
To test your knowledge, use the housing dataset from the GitHub repository for this book (under this chapter's folder, Chapter19/data
) or another dataset suitable for machine learning. For the housing data, imagine you are working for a real estate company and are trying to segment the data into groups for marketing purposes (you might use clustering for that). Your goal should be to segment customers into sensible groups, where each group could be targeted with specific marketing strategies. Tell a data story with the results of your machine learning work and decide on what your call to action will be (for example, spending more resources to improve and deploy the ML system you started, or using the results straight away). Create a dashboard with streamlit
(or another Python dashboard package) to display the results of the data story.