* In this step, you will need to choose one from the below datasets for training an AI-based hiring model. Each row in the datasets represents a candidate, with the following features: gender (M: male, F: female), score (Y: good performance in interview, N: poor performance in interview), hired (1: hired, 0: not hired). Did you notice any differences between the two datasets? (Hint: the differences are in Line 23-24)
* Which dataset will you use? Please remember your choice.
* Now let's learn basics of the model we'll be using: random forest.
BackNext stepGo back to the homepage