PySyA
PySyA is an open‑source Python library designed to provide a flexible framework for supervised learning with support for a variety of algorithms such as decision trees, support vector machines, and neural networks. Developed by a small group of computer science researchers at the University of São Paulo, the project was first released in 2015 on GitHub with the goal of simplifying the integration of machine‑learning models into scientific workflows.
The core ambition of PySyA is to deliver a lightweight, well‑documented interface that can be employed by
PySyA’s design concentrates on portability and extensibility. Models trained with the library can be exported to
Although PySyA has not yet reached the adoption levels of more established frameworks such as scikit‑learn,