Taavi Taijala
Taavi Taijala
I'm getting the following error in the **Load the Trained Model from Checkpoint for Evaluation** section when trying to load the pre-trained models in the repo. ``` # pick load...
It looks to me like the problem is that the evaluation portion of the code expects that all extracted features are used. It doesn't limit itself to only those features...
I think we should consider making models configurable outside of predictors, recommenders, etc. Conceptually, I think this makes samantha much easier to explain and understand. It will be important to...
- Allow user to specify all available cores by passing in 0, null, or just not specifying a number - Allow user to specify a specific number of cores by...