Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Exercise: Exploring a Dataset with Regression #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danielrazavi
Copy link
Member

We're introducing the "Exploring a Dataset with Regression" exercise to make this module more approachable and relatable for learners. This exercise is designed to lower the bar for entry into regression analysis by using examples that feel grounded in reality.

Key highlights:

  • Feature Descriptions: Plain-English explanations for the Breast Cancer dataset features, making it easier to connect concepts to real-world applications.
  • Visualization: A user-friendly scatter_plot function for exploring data visually and understanding decision boundaries.
  • Regression Models: Logistic and Linear Regression examples to demonstrate their practical use.
  • Metrics: Simple evaluation tools like confusion matrices and accuracy scores to assess model performance.

By focusing on clear examples and relatable concepts, this exercise ensures learners can better understand and apply regression techniques.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants