Rabea007

Results 2 comments of Rabea007

@vrodriguezf but using `learn.model.eval()(X) `doesn't give you the same results as `learn.get_X_preds(X)`, which might mean that the we have 2 different weights sets for each function. So for example: ```...