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]))
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