You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve project structure - Move all source files to src/ directory (industry standard)- Extract MissionBrief and CitationButton to separate components- Separate CITATIONS data from types into src/data/citations.ts- Add ESLint and Prettier configurations- Add Vitest with 5 passing smoke tests for recommendation engine- Update tsconfig.json and index.html for new structure- Add npm scripts for linting, formatting, and testing- Clean up unused imports
<title>Resample Lab | Class Imbalance Heuristics</title>
8
+
<metaname="description"
9
+
content="Interactive visualization and heuristic engine for determining optimal resampling strategies in machine learning. Analyze minority class density, feature dimensionality, and stability." />
10
+
<metaname="keywords"
11
+
content="machine learning, class imbalance, smote, resampling, data science, visualization, heuristics" />
0 commit comments