paulvanderlaken / ppsr

R implementation of Predictive Power Score
GNU General Public License v3.0
74 stars 9 forks source link

Uniform way of presenting data #7

Closed paulvanderlaken closed 3 years ago

paulvanderlaken commented 3 years ago

score_predictors now gives a list, while score_matrix returns a matrix. Better to let both return a matrix? Is it logical that the matrix is encoded [y, x]. It feels counterintuitive...

paulvanderlaken commented 3 years ago

Solved in version 0.0.0.9200. All score_* functions now either return a list of detailed results, or that list formatted as a data.frame