Giter Site home page Giter Site logo

maruedt / chemometrics Goto Github PK

View Code? Open in Web Editor NEW
30.0 3.0 4.0 38.85 MB

Python library for chemometric data analysis

License: GNU General Public License v3.0

Python 100.00%
python mvda mcr spectroscopy preprocessing scikit-learn statistics chemometrics data-analysis pls

chemometrics's Issues

Adjust `asym_ls` to `numpy.linalg.lstsq` syntax

Allows for drop-in replacement if the function syntax and the return arguments of asym_ls and numpy.linalg.lstsq are the same. Furthermore, some speedup may be possible by reusing the residuals as often those are interesting with asymmetric least-squares regression.

Change sparse matrix linear equation solver in whittacker smoother

whittacker currently relies on the cojugate-gradient method for solving the linear system. scipy.sparse.linalg provides methods for prefactorizing the relevant sparse matrix (LU-factorization) which can further speed up the calculations if whittacker is applied to many samples simultanously.

Use `fit_base` in `fit_pca`

base.fit_base is a function for selecting the optimal number of latent variables in a latent variable model based on a . Currently, base.fit_base is however only used during the call to regression.fit_pls. To reduce code dublication, decomposition.fit_pca should be adjusted to use base.fit_base.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.