databricks/spark-sklearn
(Deprecated) Scikit-learn integration package for Apache Spark observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4018
- days_rel: n/a
- days_push: 2465
- n_releases_24m: 0
Adoption not part of the score
1071 stars · 224 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A deprecated Python library from Databricks that integrates scikit-learn with Apache Spark, primarily to distribute grid-search cross-validation and model training tasks across a Spark cluster. It also converts Spark DataFrames into numpy arrays or sparse matrices.
Use cases
- distribute scikit-learn GridSearchCV across a Spark cluster
- train and evaluate multiple scikit-learn models in parallel
- convert Spark DataFrames to numpy arrays or sparse matrices
- run hyperparameter tuning on small datasets using Spark
- distribute scipy sparse matrices as a Spark dataset
When to choose
- you are maintaining legacy code already built on spark-sklearn
- you need a quick way to parallelize scikit-learn grid search on an existing Spark cluster with older library versions
When to avoid
- starting a new project - use joblib-spark (joblibspark) instead as officially recommended
- you need to distribute individual learning algorithms rather than simple tasks like grid search
- your datasets do not fit in memory - use Spark MLlib instead
- you use scikit-learn >= 0.20 or recent Spark versions, which are incompatible
Facets
library · maturity abandoned
machine-learning concurrency machine-learning big-data data-science python cross-platform apache-spark scikit-learn grid-search hyperparameter-tuning deprecated
2 sources
- readme: https://github.com/databricks/spark-sklearn · fetched 2026-08-28 · cd0e16f9c9ce
- registry_pypi: https://pypi.org/pypi/spark-sklearn/json · fetched 2026-08-29 · c6db87ec8ddc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| databricks/spark-sklearn | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="databricks/spark-sklearn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem