stefan027
Results
1
issues of
stefan027
Hi I'm using Python3.6.5 on Ubuntu 18.04. I'm able to train a classifier using: ``` trainer = Trainer(n_trees = 18) trainer.fit(X_train_list, y_train) trainer.save('fastxml.trained') ``` X_train_list above is a list of...