概要
scikit-learnはSciPy上に構築されたPython machine learning libraryです。supervised・unsupervised learning、data preprocessing、model selection、evaluationを、fit・transform・predictなどの一貫したestimator APIで組み立てられます。
特徴と向いている用途
公式資料に基づく紹介・実機未検証 · 内容確認日:
estimator・transformer・pipelineでML workflowをつなぐ
classificationやregressionのestimatorをfitしてpredictし、unsupervised learningではtargetなしで学習できます。preprocessorとtransformerも共通APIに従い、Pipelineで変換と予測器を連結できます。cross-validationやmodel selectionを含め、data leakageを避けるworkflowをcode化できます。
出典:[2]
古典的MLの比較実験と再現可能なpipelineを作る場合
tabular dataを中心に、前処理、複数algorithmの比較、hyperparameter選定、評価をPythonで反復したいteamの候補です。metric、split方法、class imbalance、random seed、inference latencyを課題に合わせて固定してください。
出典:[2]
package名・import名とdependency versionを区別する
install名はscikit-learnですが、codeではsklearn namespaceをimportします。現行READMEはPython 3.11以上、NumPy 1.24.1以上、SciPy 1.10以上、Narwhals 2.0.1以上などを必須とし、plotにはMatplotlibを追加で必要とします。main・development文書とstable releaseを混同せず、選んだreleaseのdependency条件を確認してください。licenseはBSD 3-Clauseです。
参考にした公式資料
- [1]scikit-learn README(2026-09-13)
- [2]scikit-learn Getting Started(2026-09-13)
編集部からの補足
正式package名scikit-learnとimport名sklearnの両方をdocumentationで受け、algorithm別の検索面へ展開する例として選びました。
成長
成長の推移 · 直近30日
67,238 Stars
推移データを蓄積中です。
開発アクティビティ
直近90日・週次
- Commit(直近30日)
- 69
- Open PR
- 615
開発アクティビティを蓄積中です。
Built with
カテゴリとタグ
GitHubデータ
GitHubのデータGitHubの詳細データを見る
GitHub Topics
- machine-learning
- python
- statistics
- data-science
- data-analysis
- Stars
- 67,238
- Forks
- 27,395
- Watchers
- 2,131
- Open Issues
- 1,547
- 主要言語
- Python
- ライセンス
- BSD-3-Clause
- リポジトリ最終更新
- 2026/09/12
あわせて探訪
- TensorFlow200,054 Stars
研究・学習・評価・可視化・配備をtoolとlibraryでつなぐend-to-end machine learning基盤。
C++ - Ollama180,804 Stars
オープンモデルをPCやサーバーで取得・実行し、CLIとローカルAPIから利用するランタイム。
Go - Transformers165,353 Stars
テキスト・画像・音声・マルチモーダルの学習済みモデルを推論と学習で扱うPythonフレームワーク。
Python - AUTOMATIC1111 Stable Diffusion WebUI164,915 Stars
Stable Diffusionの画像生成・編集、モデル切替、拡張、APIをブラウザで操作するGradio製UI。
Python - Dify155,591 Stars
AIワークフロー、RAG、エージェント、モデル管理、観測を視覚的に統合するLLMアプリ開発基盤。
TypeScript
情報の誤りを報告
掲載内容に誤りや古い情報があればお知らせください。