Contents Menu Expand Light mode Dark mode Auto light/dark mode
equisolve documentation
equisolve documentation
  • How-to guides
    • Computing a Linear Model
  • API reference
    • Preprocessing data
    • Feature and Sample Selection
      • GreedySelector
      • Feature selection
      • Sample selection
    • Regression models
    • Utility functions
      • Convert
      • Metrics and scoring
      • Splitting Equistore TensorMaps
Back to top
Edit this page

API reference#

The main references for public functions and classes inside equsiolve. Most of the function contain a little examples. If you are looking for recipes how to stack the functions toegther you might take a look at the How-to guides section.

  • Preprocessing data
    • StandardScaler
  • Feature and Sample Selection
    • GreedySelector
    • Feature selection
    • Sample selection
  • Regression models
    • Ridge
    • SorKernelRidge
  • Utility functions
    • Convert
    • Metrics and scoring
    • Splitting Equistore TensorMaps
Next
Preprocessing data
Previous
Computing a Linear Model
Copyright © All source code is available under the BSD3 License
Made with Sphinx and @pradyunsg's Furo