Closed versipellis closed 3 years ago
In line 294 of src/main.py
, we evaluate the model on the testing data.
Thanks. Can you not use it afterwards as a classifier on unlabeled data?
You can directly return pred
from line 70 of r2d2.py (or similar output variables in other classifiers) to obtain the model's output, pre-evaluation.
thank you!
Maybe it's not super clear to me, but after you train and save the model, how do you use it?