Skip to content

Releases: Omicometrics/pypls

Significant change of the package

26 Jun 08:28
61a2007
Compare
Choose a tag to compare

Significant changes were implemented:

  1. Move all calculations to cython to speed up the calcuations.
  2. Add VIP of variables.
  3. Add centered and scaled coefficients (CoeffCS).
  4. Add volcano plot-like to show CoeffCS against VIP, or p(corr) against VIP.
  5. Add setup for ease of installation, so that after installing the package, pypls can be run at any working directory.
  6. Other modifications.

Modify the permutation test

22 Apr 17:20
eb7da03
Compare
Choose a tag to compare
  • Change the required number of permutations from 200 to 20;
  • Add permutation test plot with the regression line;
  • Separate the plot of distribution of permutation metrics from permutation test plot.

Release pypls version 0.2.0

12 Jan 14:55
7b858ed
Compare
Choose a tag to compare
  1. Add permutation test to assess the significance of the constructed model.
  2. Add plots of permutation test results.
  3. Add the extraction of permutation test results as methods of CrossValidation class.
  4. Other fixes.

Release for pypls

05 Jul 07:14
Compare
Choose a tag to compare

This is the first official release for pypls with license and read me created.

The first shareable software for pypls, congratulations.

30 Jun 03:00
Compare
Choose a tag to compare

This version provides basic tool for the analysis of data using partial least squares and Orthogonal Projections to Latent Structures Discriminant Analysis. Will keep update to add more tools for the multivariate analysis for variable selection, data quality control, etc.