Python Data Analytics GenAI Course Plan
Python Data Analytics GenAI Course Plan
Practical Focus
Practical Focus
Practical Focus
- Clean a messy dataset by handling missing values, converting data types, and merging files.
Practical Focus
- Perform EDA on a dataset (e.g., customer data) to identify trends and relationships.
Practical Focus
- Scikit-learn ML pipeline
Practical Focus
Practical Focus
- Bias-variance tradeoff
Practical Focus
Practical Focus
- K-means clustering
Practical Focus
Practical Focus
Practical Focus
- Query and analyze data from an SQL database integrated with a Python script.
Practical Focus
- Use cases for RAG in business (Q&A, report generation, decision support)
Practical Focus
- Sketch a workflow where queries fetch relevant data to feed into a generative model.
Practical Focus
- Draft the logic for a CSV analytics module that summarizes key metrics interactively.
Practical Focus
Practical Focus
- Write Python code to retrieve data from SQL, format it, and prepare it for a generative
model.
Practical Focus
- Build an initial RAG-based chatbot pipeline that retrieves context and generates responses.
- Testing edge cases for the CSV tool and RAG chatbot
- Test the combined system, focusing on query accuracy, response quality, and speed.
Practical Focus