kooplearn
is a Python library designed for learning Koopman or Transfer operators associated with dynamical systems. Given a nonlinear dynamical system
kooplearn
provides a suite of algorithms for model training and analysis, enabling users to perform forecasting, spectral decomposition, and modal decomposition based on the learned operator.
Please note that kooplearn
is currently under active development, and while we are continuously adding new features and improvements, some parts of the library might still be a work in progress.
- Implement different algorithms to learn Koopman or transfer operators for dynamical systems.
- Perform forecasting using the learned operators.
- Conduct spectral decomposition of the learned operator.
- Perform modal decomposition for further analysis.
To install the core version of kooplearn
, without optional dependencies, run
pip install kooplearn
To install the full version of kooplearn
, including Neural-Network models, and the dahsboard, run
pip install "kooplearn[full]"
To install the development version of kooplearn
, run
pip install --upgrade git+https://github.com/Machine-Learning-Dynamical-Systems/kooplearn.git
We welcome contributions from the community! If you're interested in contributing to kooplearn
, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
orgit checkout -b bugfix/issue-number
. - Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Create a pull request from your branch to the
main
branch of the original repository. - Provide a clear title and description for your pull request, including any relevant information about the changes you've made.
We appreciate your contributions and will review your pull request as soon as possible. Thank you for helping improve kooplearn
!
This project is licensed under the MIT License.
We hope you find kooplearn
useful for your dynamical systems analysis. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy coding!