sctour.predict.load_model

sctour.predict.load_model(model: str)[source]

Load the trained scTour model for prediction.

Parameters

model – Filename for the scTour model trained and saved.

Returns

The trained scTour model.

Return type

sctour.train.Trainer