You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Restructure ModelTrainer to make tasks using generate_train_tasks, and process them using process_train_task. train_models and generate_trained_models still exist but use this internally.
- Have LocalParallelPipeline use new ModelTrainer interface to parallelize training
- Remove deprecated matrix_store arg in ModelTrainer constructor, all references and test
- Add assertion to prevent InMemoryModelStorageEngine from being used with LocalParallelPipeline to prevent need for shared memory management between trainer processes (could be added in future if desired), and change pipeline test to use FSModelStorageEngine
- Have FSStore make directory structure if it doesn't exist
- Move ModelTrainer#replace to constructor
This is the one time-consuming that isn't parallelized in LocalParallelPipeline yet.
The text was updated successfully, but these errors were encountered: