rusty-machine v0.2.0 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • Neural network instantiation new method now requires a training algorithm to be specified.

    ๐Ÿ”‹ Features

    • โž• Adding more kernels (for full list see API documentation).
    • Generalized Linear Model.
    • โšก๏ธ Updated model structures to allow more freedom in training algorithms.

    Minor Changes

    • ๐Ÿ“š Some more documentation.
    • Some minor code formatting.