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
A getScores() method would be useful.
To do this I used:
let scores = pca.predict(dataset)
I made several attempts before being able to get what I needed (the scores) but I'm not a statistician, it's true. Even a reference to the scores also in the documentation can help those who are not in the field, like me.
The text was updated successfully, but these errors were encountered:
A
getScores()
method would be useful.To do this I used:
I made several attempts before being able to get what I needed (the scores) but I'm not a statistician, it's true. Even a reference to the scores also in the documentation can help those who are not in the field, like me.
The text was updated successfully, but these errors were encountered: