Cascade gcForest not working due to missing xrange() function in Python 3.5 #31
Closed
Description
I am trying to run a minimal example of a cascade classifier. However, it fails due to the xrange() function not being implemented in Python 3.5.The example goes as follows (omitting config and definition of training data for clarity):
from gcforest.gcforest import GCForest
gc = GCForest(config)
gc.fit_transform(X_train, y_train, X_test, y_test)
Metadata
Assignees
Labels
No labels