EthanJamesLew / AutoKoopman

AutoKoopman - automated Koopman operator methods for data-driven dynamical systems analysis and control.
GNU General Public License v3.0
53 stars 10 forks source link

WIP: Feature: AutoKoopman Pipelines #64

Closed EthanJamesLew closed 4 months ago

EthanJamesLew commented 1 year ago

Summary

Introduces a new core AutoKoopman class -- the Pipeline. Pipelines compose a ML training pipeline. They have an input and output and a set of hyperparameters.

Features