-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Currently solvers are created based on the algorithm's name, which for most users is fine and allows checking for compatibility with the regularizer.
However, it could be allowed for user-defined solvers to be passed to BaseRegressor
instead of a string.
As long as a solver implements the AbstractSolver
interface, it should be compatible with NeMoS.
In this case the compatibility check with the regularizer could be disabled or rewritten, which should be fine since only advanced users would need this option.
Metadata
Metadata
Assignees
Labels
No labels