adamszczerba / Airlines

0 stars 1 forks source link

Model selection #3

Closed PiotMik closed 2 years ago

PiotMik commented 2 years ago

Read about binary classification models and prepare a choice of 2-4 interesting ones to try on the project dataset. Keep in mind the following guidelines:

PiotMik commented 2 years ago

Some ideas as a reference point: https://rpubs.com/swapnil_s_patil/binaryClassification

Most popular in practice are the ones covered on the lectures:

Additionally from the ones not covered some popular choices are:

PiotMik commented 2 years ago

@adamszczerba - would you like to try out Neural Networks?

PiotMik commented 2 years ago

Thanks all!