{"id":40943271,"url":"https://github.com/stratosphereips/ml-explorer","last_synced_at":"2026-01-22T04:37:29.173Z","repository":{"id":294045941,"uuid":"985833346","full_name":"stratosphereips/ml-explorer","owner":"stratosphereips","description":"A Streamlit app to explore classification and anomaly-detection pipelines on synthetic datasets! 🧪","archived":false,"fork":false,"pushed_at":"2025-05-18T16:33:28.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T06:53:53.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stratosphereips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-18T16:11:01.000Z","updated_at":"2025-05-18T16:33:14.000Z","dependencies_parsed_at":"2025-05-18T17:39:58.742Z","dependency_job_id":null,"html_url":"https://github.com/stratosphereips/ml-explorer","commit_stats":null,"previous_names":["stratosphereips/ml-explorer"],"tags_count":3,"template":false,"template_full_name":"stratosphereips/awesome-code-template","purl":"pkg:github/stratosphereips/ml-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratosphereips%2Fml-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratosphereips%2Fml-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratosphereips%2Fml-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratosphereips%2Fml-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stratosphereips","download_url":"https://codeload.github.com/stratosphereips/ml-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratosphereips%2Fml-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28654885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-22T04:37:28.538Z","updated_at":"2026-01-22T04:37:29.168Z","avatar_url":"https://github.com/stratosphereips.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 ML Explorer\n\nA Streamlit app to explore classification and anomaly-detection pipelines on synthetic datasets! 🧪\n\n\n\u003cimg width=\"1863\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c5f1048a-0551-4fb6-b60c-d7965a5a990d\" /\u003e\n\n\n## 🔍 Features\n\n* **Synthetic Data Generators**:\n\n  * `make_classification`, `make_moons`, `make_circles`, `make_blobs`, `make_gaussian_quantiles`\n* **Feature Selection**: VarianceThreshold, SelectKBest (ANOVA F-test, Mutual Information), tree-based importance\n* **Dimensionality Reduction**: PCA, Kernel PCA, UMAP\n* **Scaling**: StandardScaler, MinMaxScaler, RobustScaler\n* **Classification \u0026 Anomaly Detection**:\n\n  * Logistic Regression, SVM, k-NN, Decision Trees, Random/Extra Forests, AdaBoost, GradientBoosting, Bagging, GaussianNB, QDA, MLP, SGD, Passive-Aggressive\n  * IsolationForest, One-Class SVM, Local Outlier Factor\n* **Interactive Metrics**: Confusion matrix counts (TP, TN, FP, FN), Accuracy, Precision, Recall, F1-score, G-Mean, TPR, TNR, FPR, FNR\n* **Decision Boundary Visualizations**: 2D plots with fullscreen toggle 📈\n\n## ⚙️ Installation\n\n1. Clone this repo:\n\n   ```bash\n   git clone https://github.com/yourusername/ml-explorer.git\n   cd ml-explorer\n   ```\n2. Create a virtual environment (optional but recommended):\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate   # macOS/Linux\n   venv\\Scripts\\activate    # Windows\n   ```\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## 🚀 Usage\n\nRun the Streamlit app:\n\n```bash\nstreamlit run app.py\n```\n\n* Use the sidebar to select dataset, preprocessing steps, and models\n* View performance metrics in an interactive table (sortable)\n* Expand each model's section to see its decision boundary plot\n* Toggle **Fullscreen plots** to enlarge charts inside the main view\n\n## 🤝 Contributing\n\nFeel free to open issues or PRs! ⭐\n\n## 📜 License\n\nMIT License © 2025 eldraco\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratosphereips%2Fml-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstratosphereips%2Fml-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratosphereips%2Fml-explorer/lists"}