Modified the response type to return both the contributions and the differences with respect to the mean
0.2.7
Modified response to include T2 and SPE absolute and relative contributions when a new observation is predicted. A new method has been created for this purpose, simplifying the functions that plot the contributions
0.2.6
Minor fixes to avoid creating new params. Initially, the module was going to inherit from SKlearn's PCA, but that was deemed unnecessary, although the update of the params to fit that approach was left in the code. This release drops that in order to avoid possible errors.
0.2.5
Update to fix previous release
0.2.3
Implemented compatibility with Ray to parallelize the computation
0.2.2
Modified the output of the predict method to return the differences with respect to the mean of an observation