Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc-git authored Feb 27, 2024
1 parent 5eba5a6 commit e34d524
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions content/Slides/p4/d1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@ Import [dwellings.csv](https://byuistats.github.io/DS250-Cannon/projects/project

## Before Next Class

{{< faq "Do the project readings">}}

[**Machine Learning Introduction**](https://byuistats.github.io/CSE250-Larson/course-materials/machine-learning/)

- Step-by-step guide (mostly) for training a GaussianNB classifier. (The steps will be the same for any algorithm you use.)

[**Visual Introduction to Machine Learning**](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)

1. Machine learning identifies patterns using statistical learning and computers by unearthing boundaries in data sets. You can use it to make predictions.
2. One method for making predictions is called a decision trees, which uses a series of if-then statements to identify boundaries and define patterns in the data.
3. Overfitting happens when some boundaries are based on distinctions that don't make a difference. You can see if a model overfits by having test data flow through the model.

{{</ faq >}}


{{< faq "Start working on Question 1">}}

Expand All @@ -121,6 +107,23 @@ Common questions:

{{</ faq >}}

<!---------------------------
{{< faq "Do the project readings">}}
[**Machine Learning Introduction**](https://byuistats.github.io/CSE250-Larson/course-materials/machine-learning/)
- Step-by-step guide (mostly) for training a GaussianNB classifier. (The steps will be the same for any algorithm you use.)
[**Visual Introduction to Machine Learning**](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)
1. Machine learning identifies patterns using statistical learning and computers by unearthing boundaries in data sets. You can use it to make predictions.
2. One method for making predictions is called a decision trees, which uses a series of if-then statements to identify boundaries and define patterns in the data.
3. Overfitting happens when some boundaries are based on distinctions that don't make a difference. You can see if a model overfits by having test data flow through the model.
{{</ faq >}}
{{< faq "What is the 5000 rows error with Altair?">}}
Expand All @@ -135,6 +138,8 @@ subset_data = denver.sample(n = 4999)
{{</ faq >}}
---------------------->

{{< faq "scikit-learn resources">}}

- [Home page](https://scikit-learn.org/stable/)
Expand Down

0 comments on commit e34d524

Please sign in to comment.