Missing Data Algorithm is Wrong #11

Closed
opened 2019-01-04 21:21:34 +00:00 by joel · 1 comment
Owner

Currently when finding the best split, missing values are randomly assigned to a left or right side randomly before the split score is calculated. The split score is supposed to be calculated using non-missing data only.

Currently when finding the best split, missing values are randomly assigned to a left or right side randomly before the split score is calculated. The split score is supposed to be calculated using non-missing data only.
Author
Owner

Fixed via optimizations branch

Fixed via optimizations branch
joel closed this issue 2019-01-14 19:08:46 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: joel/largeRCRF-Java#11
No description provided.