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:
name (
str) – The model nameproblem_type (
str) – The type of problem. Seerun_cross_validation().**kwargs (
Any) – Extra keyword arguments.
- Returns:
The model object.