rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

[PR] Code comments and BaseCallback #32

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This simple PR adds inline comments for the main modules of the package, this is intended to be an small help to new contributors, so it's easier to understand the current logic of the code.

It also removes an unnecessary abstract method, making all callbacks inherit the call from its BaseCallback