Closed damienlancry closed 4 years ago
there is either a mistake at this line or later in the code
alpha = len(X_training)/len(X_raw)
Thanks! The mistake is actually in the code, the numerator should be the number of unlabelled examples. I am making this change now.
there is either a mistake at this line or later in the code