karpathy / karpathy/Random-Forest-Matlab

treeTrain is not found

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
227
Forks
124
PR merge metrics
No merged PRs in 30d

Description

```
Undefined function or variable 'treeTrain'.

Error in forestTrain (line 39)
treeModels{i} = treeTrain(X, Y, opts);

Error in mnistforHoHD (line 58)
model = forestTrain(double(traningImage), double(traningLavel), 26);
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing forestTrain at line 39 and the call from mnistforHoHD at line 58; determine whether treeTrain is expected to be a repository file or a user-supplied weak learner. Done means the MNIST example no longer reports the undefined treeTrain error.

Written by the indexing model from the issue text.

Assessment

Tech stack
matlab
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.