We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Halo.
I started to use forest-confidence-interval. Thank you for implementing package. After several interaction I converged to following usage:
errors = fci.random_forest_error(clf, k0_training,k0_test,memory_constrained=1, memory_limit=100, calibrate=0 )
for i in range(0,5): errors = fci.random_forest_error(clf, k0_training,k0_test,memory_constrained=1, memory_limit=100, calibrate=1 ) print(i,errors[0:1000:200]) ===> (0, array([1.77080289, 1.77080289, 1.77080289, 1.77080289, 1.77080289])) (1, array([1.60437205, 1.60437205, 1.60437205, 1.60437205, 1.60437205])) (2, array([1.00765122, 1.00765122, 1.00765122, 1.00765122, 1.00765122])) (3, array([1.55302694, 1.55302694, 1.55302694, 1.55302694, 1.55302694])) (4, array([1.36027949, 1.36027949, 1.36027949, 1.36027949, 1.36027949]))
Regards Marian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Halo.
I started to use forest-confidence-interval. Thank you for implementing package.
After several interaction I converged to following usage:
I have following comments/suggestions/questions
Memory
Errors
Regards
Marian
The text was updated successfully, but these errors were encountered: