wwu-mmll / photonai_graph

Photon Graph is an extension for the PHOTON framework that allows for the use of machine learning based on graphs.
https://wwu-mmll.github.io/photonai_graph/
MIT License
9 stars 1 forks source link

Early stopping #98

Closed VHolstein closed 1 year ago

VHolstein commented 2 years ago

Added early stopping criteria similar to pytorch lightning early stopping

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 8 Code Smells

No Coverage information No Coverage information
27.6% 27.6% Duplication

jernsting commented 2 years ago

We should consider switching to *args, **kwargs syntax in future.