fstermann / mlr-mini

MIT License
0 stars 2 forks source link

Create Inducers initializer #9

Closed fstermann closed 1 year ago

fstermann commented 1 year ago

6

Create a base class to initialize all Inducers. Create an environment ind which contains all of our inducers.

fstermann commented 1 year ago

Calling an Inducer with a named argument should change that configuration parameter (you could use ... here, but it would be nicer if the function has named arguments so that tab-completion works. Remember the metaprogramming homework on how to construct functions like this). Calling an Inducer with an unnamed argument (or argument named .data – the . prevents a collision with the name of a hyperparameter) should create a model.