Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Is it possible to predict whether an individual has ever been divorced based on
- [Predicting Forest Fire Causes](https://github.com/mkfrancsis/Thinkful-Supervised-Learning-Capstone) by Matt Francsis.
Human-caused fires account for between 43 and 59% of all wildfires in the western US. While wildfires can be beneficial to the ecosystem, they also pose serious threats to lives, property, and infrastructure. Predicting the cause of forest fires can assist investigators bring arsonists to justice and act as a catalyst for fire abatement strategies. This talk will discuss supervised learning modeling techniques for this large, imbalanced, multi-class, problem.

- [Predicting prices for AirBnB listings in Berlin](https://github.com/RobKnop/ThinkfulDataScienceBootcamp/blob/master/Main/3.7_CapstonePresentation.pdf) by Robert Knop. As a host you would like to know how much money you should take per night. This project shows different preprocessing approaches (MinMax, box-cox) and models (RidgeRegression, KNN, Random Forest, Gradient Boosting, SVM). See the [notebook](https://github.com/RobKnop/ThinkfulDataScienceBootcamp/blob/master/Main/3.7_CapstoneBerlinAirBnBListings.ipynb).

## Unsupervised learning report

- [Math lectures Part 1](https://github.com/ExtraLime/math-lectures) Combine NLP with supervised and unsupervised learning to classify math lectures. By William Morgan.
Expand Down