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
Fix device compatibility for PearsonCorrelation metric (#3223)
* add PearsonCorrelation metric
* match the notation of the docstring with the other metrics
* move PearsonCorrelation metric from contrib.metrics.regression to metrics.regression
* update test for PearsonCorrelation metric
* update test
* modify doc for PearsonCorrelation metric
* fix import
* resolve code formatting issue
* remove loop from test
* Update ignite/metrics/regression/pearson_correlation.py
Co-authored-by: vfdev <[email protected]>
* Update pearson_correlation.py
* update test for PearsonCorrelation
* Update tests/ignite/metrics/regression/test_pearson_correlation.py
* relax pytest.approx
* fix device compatibility
---------
Co-authored-by: vfdev <[email protected]>
0 commit comments