Commit 5d819b8
authored
Add type hints, snake_case, and doctests to RandomForestClassifier module
- Annotate all function parameters and return types
- Rename variables to snake_case (x_column, x_bootstrap, x_subset, x_train/x_test)
- Add/expand doctests for public and core internal functions
- Address algorithms-keeper review comments1 parent e0ef096 commit 5d819b8
1 file changed
+206
-140
lines changed
0 commit comments