Introduction to MOOSE-FS

MOOSE-FS is a Python library designed to enhance feature selection by leveraging an ensemble of methods and multi‑objective optimization. It aims to provide robust, reproducible, and tunable pipelines for feature selection in both classification and regression tasks.

Why Use MOOSE-FS?

MOOSE-FS combines multiple feature selection algorithms to form a stronger decision basis, reducing overfitting risk and improving the stability of selected features.

Features

  • Robustness: Ensemble across selectors and repeats.

  • Flexibility: Works with built‑in and custom selectors/mergers/metrics.

  • Customizability: Extend via simple base classes.

Getting Started

To get started with MOOSE-FS, visit the Installation section, then see Usage for an example pipeline.