You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages like LIBSVM or MLJLinearModels can be external (weak) dependencies.
Add a lower level function that takes the place of _train structured like train(algo::TrainingAlgo, states, target; kwargs...). The upper level function still maintains train(esn::AbstractReservoirComputer, target_data, training_algo; kwargs...). Additionally include a version that has train(esn::AbstractReservoirComputer, training_data, target_data, training_algo; kwargs...) to prepare for #202
The text was updated successfully, but these errors were encountered:
Packages like LIBSVM or MLJLinearModels can be external (weak) dependencies.
Add a lower level function that takes the place of
_train
structured liketrain(algo::TrainingAlgo, states, target; kwargs...)
. The upper level function still maintainstrain(esn::AbstractReservoirComputer, target_data, training_algo; kwargs...)
. Additionally include a version that hastrain(esn::AbstractReservoirComputer, training_data, target_data, training_algo; kwargs...)
to prepare for #202The text was updated successfully, but these errors were encountered: