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
    • Neural Network
Back to top

Feature and Sample Selection#

Wrappers for the selectors of scikit-matter. The core of the wrapping is done by the equisolve.numpy._selection.GreedySelector class.

  • GreedySelector
  • Feature selection
  • Sample selection
Next
GreedySelector
Previous
Preprocessing data
Copyright © All source code is available under the BSD3 License
Made with Sphinx and @pradyunsg's Furo