Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.models.get_model#
- julearn.models.get_model(name, problem_type, **kwargs)#
- Get a model. - Parameters:
- namestr
- The model name 
- problem_typestr
- The type of problem. See - run_cross_validation().
- **kwargsdict
- Extra keyword arguments. 
 
- Returns:
- ModelLike
- The model object.