Quality of life changes
Pre-release
Pre-release
- Instead of using
String
s for the kernel of choice, we are implementingSymbol
s. - The MLJ interface model should now make the user choose between three predefined kernel implementations.
- A new utility to create keyword arguments based on the attributes of a given model was introduced. Should be helpful for development.
- Additional refactoring and simplification in the documentation. Some examples use the easier to use pipeline macro from MLJ.