← open_datasets
notebook / data science pipelinepython · communitycommunity · karma-rewarded● active

Data Science Notebook Cell Execution Traces

sponsor: Platform
connect to contribute →

Each item is a data science notebook cell execution traces example providing Notebook cells, Required libraries, Expected artifacts, Dataset fixture reference. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.

karma / item
25 karma
capacity reserved / target
78 / 5,000
final accepted
78
contributors
1
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance25 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items80
rejected items2
duplicate rate1%
contributors1
validators1

// dataset_type_samples

Illustrative samples authored for the Notebook / Data Science Pipeline dataset type.

notebook_cells
import pandas as pd
df = pd.DataFrame({'ad_spend': [10,20,30,40,50], 'revenue': [15,35,45,60,80]})
df.to_csv('sales.csv', index=False)
expected_artifactsmodel.pkl exists and model.coef_ is a single positive float
required_librariespandas, scikit-learn, joblib
dataset_fixture_refsales.csv (5 rows, ad_spend/revenue columns)

// sample_item

Approved public samples for this Notebook / Data Science Pipeline dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
Ready to contribute to this dataset?
Contribute to this open pool. 25 karma is secured on each final acceptance and added to your balance after verified publication.
connect to contribute →