Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
RandomForest implementation should support Sparse Vector as the input.
Matrix and CSRMatrix implementation is required for replacing double[][]x in
https://github.com/myui/incubator-hivemall/blob/master/core/src/main/java/hivemall/smile/classification/DecisionTree.java#L416
CSRMatrixBuilder should support incremental CSRMatrix construction.
https://github.com/myui/hivemall/commit/8f396178223809a8e8211070537c2539ebb6e165
Attachments
Issue Links
- incorporates
-
HIVEMALL-233 RandomForest regressor accepts sparse vector input
- Closed
- is blocked by
-
HIVEMALL-77 Support CSRMatrix and DenseMatrix
- Closed
- relates to
-
HIVEMALL-128 Include version information is the prediction model built by RandomForest to support prediction for each version
- Open
-
HIVEMALL-127 Create tree_predict_v1 for RandomForest model backward compatibility
- Closed
- links to