[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-abe0118d":3,"seo:featured-workflow:abe0118d-4ddd-11f1-9bc6-00163e2b0d79:es":83,"workflow-related-asset-abe0118d-abe0118d-4ddd-11f1-9bc6-00163e2b0d79":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":14,"tags":21,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":28,"asset_kind":29,"target_tools":30,"install_mode":34,"entrypoint":18,"risk_profile":35,"dependencies":37,"verification":43,"agent_metadata":46,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":82},3248,"abe0118d-4ddd-11f1-9bc6-00163e2b0d79","asset-abe0118d","InterpretML — Interpretable Machine Learning by Microsoft","InterpretML provides glass-box models like Explainable Boosting Machines and black-box explainers in a unified API, helping data scientists understand why models make specific predictions.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","",0,"en",[15],{"id":16,"step_order":17,"title":18,"description":11,"prompt_template":19,"variables":11,"depends_on":20,"expected_output":11},3811,1,"InterpretML Explainability","# InterpretML — Interpretable Machine Learning by Microsoft\n\n## Quick Use\n```bash\npip install interpret\npython -c \"\nfrom interpret.glassbox import ExplainableBoostingClassifier\nfrom sklearn.datasets import load_breast_cancer\nfrom sklearn.model_selection import train_test_split\nX, y = load_breast_cancer(return_X_y=True)\nX_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2)\nebm = ExplainableBoostingClassifier()\nebm.fit(X_train, y_train)\nprint(f'Accuracy: {ebm.score(X_test, y_test):.3f}')\nfrom interpret import show\nebm_global = ebm.explain_global()\nshow(ebm_global)\n\"\n```\n\n## Introduction\nInterpretML is an open-source library from Microsoft Research that unifies interpretable (glass-box) models and explainability techniques (black-box) under a single API. Its flagship model, the Explainable Boosting Machine (EBM), achieves accuracy comparable to gradient boosting while remaining fully interpretable.\n\n## What InterpretML Does\n- Trains glass-box models like EBM, linear models, and decision trees\n- Explains any black-box model with SHAP, LIME, and partial dependence\n- Provides interactive visualizations of feature importances and effects\n- Supports both classification and regression tasks\n- Enables comparison of multiple explanations side by side\n\n## Architecture Overview\nInterpretML defines an Explainer interface with explain_global and explain_local methods. Glass-box models implement both training and explanation natively. Black-box explainers wrap external models and produce explanations via perturbation or gradient methods. All explanations are rendered as interactive Plotly dashboards.\n\n## Self-Hosting & Configuration\n- Install via pip; the package includes all glass-box models\n- Use ExplainableBoostingClassifier or Regressor as drop-in sklearn estimators\n- Set max_bins and interactions to control EBM complexity\n- For black-box explanations, wrap any predict function with ShapKernel or LimeTabular\n- Launch the interactive dashboard with show() in a Jupyter environment\n\n## Key Features\n- EBM matches gradient boosting accuracy with full interpretability\n- Unified API across glass-box and black-box explanation methods\n- Interactive Plotly-based dashboards for exploring feature effects\n- Pairwise interaction detection built into the EBM training loop\n- Differential privacy support for training on sensitive data\n\n## Comparison with Similar Tools\n- **SHAP** — focuses on Shapley value explanations for any model; InterpretML includes SHAP plus its own glass-box models\n- **LIME** — local explanation technique; InterpretML integrates LIME alongside other methods\n- **Alibi** — strong on counterfactual and anchor explanations; InterpretML focuses on feature-level interpretation\n- **Captum** — PyTorch-specific attribution methods; InterpretML is framework-agnostic\n\n## FAQ\n**Q: What is an Explainable Boosting Machine?**\nA: EBM is a generalized additive model with pairwise interactions trained via cyclic gradient boosting. Each feature's effect is learned independently, making the model fully inspectable.\n\n**Q: Does EBM work with large datasets?**\nA: Yes. EBM scales well and supports parallel training via the n_jobs parameter.\n\n**Q: Can I use InterpretML with deep learning models?**\nA: Yes. The black-box explainers work with any model that has a predict or predict_proba method.\n\n**Q: Is InterpretML production-ready?**\nA: Yes. EBM models can be serialized with joblib or pickle and served like any scikit-learn model.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Finterpretml\u002Finterpret\n- https:\u002F\u002Finterpret.ml\u002Fdocs","0",[22],{"id":23,"name":24,"slug":25,"icon":26},12,"Configs","config","⚙️",false,"09fba602c40b6e9d03ee6aecf41914024f2e1b71141cfdddb87912702561a9f4","skill",[31,32,33],"claude_code","codex","gemini_cli","single",{"executes_code":27,"modifies_global_config":27,"requires_secrets":36,"uses_absolute_paths":27,"network_access":27},[],{"npm":38,"pip":39,"brew":41,"system":42},[],[40],"interpret",[],[],{"commands":44,"expected_files":45},[],[18],{"asset_kind":29,"target_tools":47,"install_mode":34,"entrypoint":18,"risk_profile":48,"dependencies":50,"content_hash":28,"verification":55,"inferred":58},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":49,"uses_absolute_paths":27,"network_access":27},[],{"npm":51,"pip":52,"brew":53,"system":54},[],[40],[],[],{"commands":56,"expected_files":57},[],[18],true,{"target":32,"score":60,"status":61,"policy":62,"why":63,"asset_kind":29,"install_mode":34},98,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":27,"asset_signed_hash":28,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":28,"visibility":17,"created_at":82,"updated_at":82},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-abe0118d","2026-05-12 16:36:29",null,[85,138,185,232],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":91,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":92,"tags":93,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":95,"asset_kind":29,"target_tools":96,"install_mode":34,"entrypoint":97,"risk_profile":98,"dependencies":100,"verification":105,"agent_metadata":108,"agent_fit":120,"trust":122,"provenance":126,"created_at":128,"updated_at":129,"__relatedScore":130,"__relatedReasons":131,"__sharedTags":136},1143,"0fe55648-366d-11f1-9bc6-00163e2b0d79","scikit-learn-machine-learning-python-made-simple-0fe55648","scikit-learn — Machine Learning in Python Made Simple","scikit-learn is the most widely used machine learning library in Python. It provides simple and efficient tools for classification, regression, clustering, dimensionality reduction, model selection, and preprocessing — all with a consistent API.",100,[],[94],{"id":23,"name":24,"slug":25,"icon":26},"60446d1c4a79badcf8120ef9918ca1d54f86fac802cee0a72933311e55841007",[31,32,33],"SKILL.md",{"executes_code":27,"modifies_global_config":27,"requires_secrets":99,"uses_absolute_paths":27,"network_access":27},[],{"npm":101,"pip":102,"brew":103,"system":104},[],[],[],[],{"commands":106,"expected_files":107},[],[11],{"asset_kind":29,"target_tools":109,"install_mode":34,"entrypoint":97,"risk_profile":110,"dependencies":112,"content_hash":95,"verification":117},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":111,"uses_absolute_paths":27,"network_access":27},[],{"npm":113,"pip":114,"brew":115,"system":116},[],[],[],[],{"commands":118,"expected_files":119},[],[11],{"target":32,"score":60,"status":61,"policy":62,"why":121,"asset_kind":29,"install_mode":34},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":27,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":123,"review_status":75,"signals":124},[],[125,77,78,79],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":127,"content_hash":95,"visibility":17,"created_at":128,"updated_at":129},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fscikit-learn-machine-learning-python-made-simple-0fe55648","2026-04-12 20:42:27","2026-05-12 11:24:41",109.00648206067396,[132,133,134,135],"topic-match","same-kind","same-target","same-author",[25,137],"configs",{"id":139,"uuid":140,"slug":141,"title":142,"description":143,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":144,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":145,"tags":146,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":148,"asset_kind":29,"target_tools":149,"install_mode":34,"entrypoint":150,"risk_profile":151,"dependencies":153,"verification":158,"agent_metadata":161,"agent_fit":173,"trust":175,"provenance":178,"created_at":180,"updated_at":181,"__relatedScore":182,"__relatedReasons":183,"__sharedTags":184},2291,"dbdb38ba-42dc-11f1-9bc6-00163e2b0d79","h2o-3-scalable-open-source-machine-learning-platform-dbdb38ba","H2O-3 — Scalable Open-Source Machine Learning Platform","An in-memory distributed machine learning platform with AutoML support, offering gradient boosting, deep learning, GLM, and more through Python, R, and Java APIs.",108,[],[147],{"id":23,"name":24,"slug":25,"icon":26},"f92c3f3cdb847c2e34f6b65c1e4d473fed6d7cf47afdb7ecfaec44be559ac318",[31,32,33],"H2O-3 Overview",{"executes_code":27,"modifies_global_config":27,"requires_secrets":152,"uses_absolute_paths":27,"network_access":27},[],{"npm":154,"pip":155,"brew":156,"system":157},[],[],[],[],{"commands":159,"expected_files":160},[],[150],{"asset_kind":29,"target_tools":162,"install_mode":34,"entrypoint":150,"risk_profile":163,"dependencies":165,"content_hash":148,"verification":170},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":164,"uses_absolute_paths":27,"network_access":27},[],{"npm":166,"pip":167,"brew":168,"system":169},[],[],[],[],{"commands":171,"expected_files":172},[],[150],{"target":32,"score":60,"status":61,"policy":62,"why":174,"asset_kind":29,"install_mode":34},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":27,"asset_signed_hash":148,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":176,"review_status":75,"signals":177},[],[125,77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":179,"content_hash":148,"visibility":17,"created_at":180,"updated_at":181},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fh2o-3-scalable-open-source-machine-learning-platform-dbdb38ba","2026-04-28 16:32:57","2026-05-12 19:23:42",106.05613974691093,[132,133,134,135],[25,137],{"id":186,"uuid":187,"slug":188,"title":189,"description":190,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":191,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":192,"tags":193,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":195,"asset_kind":29,"target_tools":196,"install_mode":34,"entrypoint":197,"risk_profile":198,"dependencies":200,"verification":205,"agent_metadata":208,"agent_fit":220,"trust":222,"provenance":225,"created_at":227,"updated_at":228,"__relatedScore":229,"__relatedReasons":230,"__sharedTags":231},1740,"186a1c95-3b64-11f1-9bc6-00163e2b0d79","feast-open-source-feature-store-machine-learning-186a1c95","Feast — Open Source Feature Store for Machine Learning","Feast is an open-source feature store that manages and serves machine learning features for training and inference. It bridges the gap between data engineering and ML by providing a consistent feature retrieval layer backed by offline and online stores.",93,[],[194],{"id":23,"name":24,"slug":25,"icon":26},"92ba94ef2d049f0bbadb1dec0ee80c84e18567c84aa5b17d24ee77762991bf9c",[31,32,33],"Feast Feature Store",{"executes_code":27,"modifies_global_config":27,"requires_secrets":199,"uses_absolute_paths":27,"network_access":27},[],{"npm":201,"pip":202,"brew":203,"system":204},[],[],[],[],{"commands":206,"expected_files":207},[],[197],{"asset_kind":29,"target_tools":209,"install_mode":34,"entrypoint":197,"risk_profile":210,"dependencies":212,"content_hash":195,"verification":217},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":211,"uses_absolute_paths":27,"network_access":27},[],{"npm":213,"pip":214,"brew":215,"system":216},[],[],[],[],{"commands":218,"expected_files":219},[],[197],{"target":32,"score":60,"status":61,"policy":62,"why":221,"asset_kind":29,"install_mode":34},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":27,"asset_signed_hash":195,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":223,"review_status":75,"signals":224},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":226,"content_hash":195,"visibility":17,"created_at":227,"updated_at":228},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Ffeast-open-source-feature-store-machine-learning-186a1c95","2026-04-19 04:20:51","2026-05-12 11:32:05",105.95969178039955,[132,133,134,135],[25,137],{"id":233,"uuid":234,"slug":235,"title":236,"description":237,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":238,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":239,"tags":240,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":242,"asset_kind":29,"target_tools":243,"install_mode":34,"entrypoint":244,"risk_profile":245,"dependencies":247,"verification":252,"agent_metadata":255,"agent_fit":267,"trust":269,"provenance":272,"created_at":274,"updated_at":275,"__relatedScore":276,"__relatedReasons":277,"__sharedTags":278},2547,"8f274465-46ca-11f1-9bc6-00163e2b0d79","asset-8f274465","PostgresML — Machine Learning Inside PostgreSQL","PostgresML brings machine learning directly into PostgreSQL, allowing you to train models, run inference, and manage embeddings using SQL. No separate ML infrastructure needed — your database is your ML engine.",33,[],[241],{"id":23,"name":24,"slug":25,"icon":26},"5d363e3d9ed65d89ce0a358707db8602ed64d36462944d1517845268d3ebc99e",[31,32,33],"PostgresML",{"executes_code":27,"modifies_global_config":27,"requires_secrets":246,"uses_absolute_paths":27,"network_access":27},[],{"npm":248,"pip":249,"brew":250,"system":251},[],[],[],[],{"commands":253,"expected_files":254},[],[244],{"asset_kind":29,"target_tools":256,"install_mode":34,"entrypoint":244,"risk_profile":257,"dependencies":259,"content_hash":242,"verification":264},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":258,"uses_absolute_paths":27,"network_access":27},[],{"npm":260,"pip":261,"brew":262,"system":263},[],[],[],[],{"commands":265,"expected_files":266},[],[244],{"target":32,"score":60,"status":61,"policy":62,"why":268,"asset_kind":29,"install_mode":34},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":27,"asset_signed_hash":242,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":270,"review_status":75,"signals":271},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":273,"content_hash":242,"visibility":17,"created_at":274,"updated_at":275},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-8f274465","2026-05-03 16:32:02","2026-05-12 11:05:15",105.29721837556339,[132,133,134,135],[25,137]]