I have trained an estimator, called clf, using fit method and save the model to disk. The next time to run the program , which will load clf from disk.
my problem is :
- how to predict a sample which saved on disk? I mean, how to load it and predict?
- how to get the sample label instead of label integer after predict?