Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Scikit Learn RandomForest Classifier #21

Open
awolfmann opened this issue Nov 25, 2016 · 0 comments
Open

Error with Scikit Learn RandomForest Classifier #21

awolfmann opened this issue Nov 25, 2016 · 0 comments

Comments

@awolfmann
Copy link

I'm trying to train a new model with a random forest from scikit learn, but i got an IOError, with a file it's suposed to be generated by the program.
the command i executed was:
python train.py --trainFile GE11-train.xml --develFile GE11-devel.xml --testFile GE11-test.xml --exampleParams TEES.classifier=ScikitClassifier:scikit=ensemble.RandomForestClassifier:n_estimators=10 -o GE11_RF

The error i got, was in this step:
=== ENTER STEP EventDetector:TRAIN:END-MODEL ===
Waiting for results
[...]
IOError: [Errno 2] No such file or directory: '/GE11_RF/training/model-devel-modifier-models/model-scikit_ensemble.RandomForestClassifier'

Any idea to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant