Closed SmirnovEgorRu closed 3 years ago
https://github.com/IntelPython/daal4py/blob/ca67cc2d070ff27318e210e4b74f05ab7b9fa1d0/daal4py/sklearn/ensemble/decision_forest.py#L285
Looking at the code - we use float type always for RF predict. Probably, it's handled in another place, but it looks like an issue.
Done
https://github.com/IntelPython/daal4py/blob/ca67cc2d070ff27318e210e4b74f05ab7b9fa1d0/daal4py/sklearn/ensemble/decision_forest.py#L285
Looking at the code - we use float type always for RF predict. Probably, it's handled in another place, but it looks like an issue.