Skip to content

Slow when the features have a lot of categorical data add onehot option #19

@soerenkuenzel

Description

@soerenkuenzel

When there are a lot of categorical features, RF can be very slow in particular with ridgeRF. In that case, it makes sense to onehot encode the data:
E.g.:

servo_onehot_translator <- onehot::onehot(servo)
servo <- as.data.frame(predict(servo_onehot_translator, servo))

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions