Preprocessing Functions#

class sails.utils.PCA(data=None, npcs=None)[source]#

Class for handling PCA-based reduction before fitting a model

project_score(scores)[source]#

Compute a projection of a set of scores back to original data space