Bengali
ভাষাসমূহ
English
Bengali
French
Hindi
Japanese
Korean
Russian
Spanish
Tamil
Turkish



PegasosQSVC.load

classmethod PegasosQSVC.load(file_name)

Loads a model from the file. If the loaded model is not an instance of the class whose method was called, then a warning is raised. Nevertheless, the loaded model may be a valid model.

প্যারামিটার:

file_name (str) -- a file name or path to load a model from.

রিটার্নস:

A loaded model.

রেইজেস:

TypeError -- if a loaded model is not an instance of the expected class.

রিটার্ন টাইপ:

Any