Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 989 Bytes

File metadata and controls

11 lines (8 loc) · 989 Bytes

Hyperparameter Optimization Techniques

In this project, we explore several techniques that can be used for hyperparameter optimization. More specifically, we explore the following techniques:

We use a cleaned and balanced dataset for this project so that we can solely focus on the hyperparameter optimization. We use the Mobile Price Classification dataset, which contains information about mobile devices. (See the Kaggle link for details.) Furthermore, we use a random forest model to predict the price_range column. This target variable can take four different values, namely 0 (low cost), 1 (medium cost), 2 (high cost), and 3 (very high cost).