{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2013:DUK35HGEP7UBY32H6MS7MCI2GK","short_pith_number":"pith:DUK35HGE","canonical_record":{"source":{"id":"1309.0238","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.LG","submitted_at":"2013-09-01T16:22:48Z","cross_cats_sorted":["cs.MS"],"title_canon_sha256":"1730e4ea4e7ea2f9b314af86756b4b7bebcb7c45cc0a8445d3f39b57fd2a1c81","abstract_canon_sha256":"00735702202d2fc1a1dccdc7f3e0a70b135e36a00808fc5ef760a0ea17ec77a6"},"schema_version":"1.0"},"canonical_sha256":"1d15be9cc47fe81c6f47f325f6091a32b77fc3d94c121cce3f52d049294b75f0","source":{"kind":"arxiv","id":"1309.0238","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"1309.0238","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"arxiv_version","alias_value":"1309.0238v1","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.1309.0238","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"pith_short_12","alias_value":"DUK35HGEP7UB","created_at":"2026-05-18T12:27:43Z"},{"alias_kind":"pith_short_16","alias_value":"DUK35HGEP7UBY32H","created_at":"2026-05-18T12:27:43Z"},{"alias_kind":"pith_short_8","alias_value":"DUK35HGE","created_at":"2026-05-18T12:27:43Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2013:DUK35HGEP7UBY32H6MS7MCI2GK","target":"record","payload":{"canonical_record":{"source":{"id":"1309.0238","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.LG","submitted_at":"2013-09-01T16:22:48Z","cross_cats_sorted":["cs.MS"],"title_canon_sha256":"1730e4ea4e7ea2f9b314af86756b4b7bebcb7c45cc0a8445d3f39b57fd2a1c81","abstract_canon_sha256":"00735702202d2fc1a1dccdc7f3e0a70b135e36a00808fc5ef760a0ea17ec77a6"},"schema_version":"1.0"},"canonical_sha256":"1d15be9cc47fe81c6f47f325f6091a32b77fc3d94c121cce3f52d049294b75f0","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-18T03:14:28.493740Z","signature_b64":"ba7zWhaaJWX+44y3YEnS6Y5q4cxeOALOrH3eofEGKWuIHJ5Q/IDJY6YrnRX6m2mOkPHHPywyDROueP4okcWHBg==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"1d15be9cc47fe81c6f47f325f6091a32b77fc3d94c121cce3f52d049294b75f0","last_reissued_at":"2026-05-18T03:14:28.493083Z","signature_status":"signed_v1","first_computed_at":"2026-05-18T03:14:28.493083Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"1309.0238","source_version":1,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-18T03:14:28Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"u+HuqmOijJF24N1OElWVOeGwguiLWPpCyDVdaAlLYSSv6+BWBXspLJz/N/FACWPHw+UFmZhgZidwzmFVL2xaAw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-21T16:07:55.249854Z"},"content_sha256":"5b019143397fab361a09fb12eb8cf2cc56c701ccb68ece32238be6c2c0d19fcb","schema_version":"1.0","event_id":"sha256:5b019143397fab361a09fb12eb8cf2cc56c701ccb68ece32238be6c2c0d19fcb"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2013:DUK35HGEP7UBY32H6MS7MCI2GK","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"API design for machine learning software: experiences from the scikit-learn project","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","headline":"","cross_cats":["cs.MS"],"primary_cat":"cs.LG","authors_text":"Alexandre Gramfort (INRIA Saclay - Ile de France, Andreas Mueller, Arnaud Joly, Brian Holt, Fabian Pedregosa (INRIA Saclay - Ile de France), Ga\\\"el Varoquaux (INRIA Saclay - Ile de France), Gilles Louppe, Jake Vanderplas, Jaques Grobler (INRIA Saclay - Ile de France), Lars Buitinck (ILPS), LTCI), Mathieu Blondel, Olivier Grisel, Peter Prettenhofer, Robert Layton, Vlad Niculae","submitted_at":"2013-09-01T16:22:48Z","abstract_excerpt":"Scikit-learn is an increasingly popular machine learning li- brary. Written in Python, it is designed to be simple and efficient, accessible to non-experts, and reusable in various contexts. In this paper, we present and discuss our design choices for the application programming interface (API) of the project. In particular, we describe the simple and elegant interface shared by all learning and processing units in the library and then discuss its advantages in terms of composition and reusability. The paper also comments on implementation details specific to the Python ecosystem and analyzes "},"claims":{"count":0,"items":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"1309.0238","kind":"arxiv","version":1},"verdict":{"id":null,"model_set":{},"created_at":null,"strongest_claim":"","one_line_summary":"","pipeline_version":null,"weakest_assumption":"","pith_extraction_headline":""},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":null},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-18T03:14:28Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"0eAIOW0f4bUivcxQMVSAZu0FeRImhuctKVXrakoB4WFcwEvu3nzKDkjefhQMa2Y/g1VrDbuoOMBRDNURKCAYBw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-21T16:07:55.250551Z"},"content_sha256":"c970f8c57900bf38daf5748837cdfc5f1b3921da94cdc49c5807935f93eac887","schema_version":"1.0","event_id":"sha256:c970f8c57900bf38daf5748837cdfc5f1b3921da94cdc49c5807935f93eac887"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/DUK35HGEP7UBY32H6MS7MCI2GK/bundle.json","state_url":"https://pith.science/pith/DUK35HGEP7UBY32H6MS7MCI2GK/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/DUK35HGEP7UBY32H6MS7MCI2GK/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-21T16:07:55Z","links":{"resolver":"https://pith.science/pith/DUK35HGEP7UBY32H6MS7MCI2GK","bundle":"https://pith.science/pith/DUK35HGEP7UBY32H6MS7MCI2GK/bundle.json","state":"https://pith.science/pith/DUK35HGEP7UBY32H6MS7MCI2GK/state.json","well_known_bundle":"https://pith.science/.well-known/pith/DUK35HGEP7UBY32H6MS7MCI2GK/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2013:DUK35HGEP7UBY32H6MS7MCI2GK","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"00735702202d2fc1a1dccdc7f3e0a70b135e36a00808fc5ef760a0ea17ec77a6","cross_cats_sorted":["cs.MS"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.LG","submitted_at":"2013-09-01T16:22:48Z","title_canon_sha256":"1730e4ea4e7ea2f9b314af86756b4b7bebcb7c45cc0a8445d3f39b57fd2a1c81"},"schema_version":"1.0","source":{"id":"1309.0238","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"1309.0238","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"arxiv_version","alias_value":"1309.0238v1","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.1309.0238","created_at":"2026-05-18T03:14:28Z"},{"alias_kind":"pith_short_12","alias_value":"DUK35HGEP7UB","created_at":"2026-05-18T12:27:43Z"},{"alias_kind":"pith_short_16","alias_value":"DUK35HGEP7UBY32H","created_at":"2026-05-18T12:27:43Z"},{"alias_kind":"pith_short_8","alias_value":"DUK35HGE","created_at":"2026-05-18T12:27:43Z"}],"graph_snapshots":[{"event_id":"sha256:c970f8c57900bf38daf5748837cdfc5f1b3921da94cdc49c5807935f93eac887","target":"graph","created_at":"2026-05-18T03:14:28Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":0,"items":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"paper":{"abstract_excerpt":"Scikit-learn is an increasingly popular machine learning li- brary. Written in Python, it is designed to be simple and efficient, accessible to non-experts, and reusable in various contexts. In this paper, we present and discuss our design choices for the application programming interface (API) of the project. In particular, we describe the simple and elegant interface shared by all learning and processing units in the library and then discuss its advantages in terms of composition and reusability. The paper also comments on implementation details specific to the Python ecosystem and analyzes ","authors_text":"Alexandre Gramfort (INRIA Saclay - Ile de France, Andreas Mueller, Arnaud Joly, Brian Holt, Fabian Pedregosa (INRIA Saclay - Ile de France), Ga\\\"el Varoquaux (INRIA Saclay - Ile de France), Gilles Louppe, Jake Vanderplas, Jaques Grobler (INRIA Saclay - Ile de France), Lars Buitinck (ILPS), LTCI), Mathieu Blondel, Olivier Grisel, Peter Prettenhofer, Robert Layton, Vlad Niculae","cross_cats":["cs.MS"],"headline":"","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.LG","submitted_at":"2013-09-01T16:22:48Z","title":"API design for machine learning software: experiences from the scikit-learn project"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"1309.0238","kind":"arxiv","version":1},"verdict":{"created_at":null,"id":null,"model_set":{},"one_line_summary":"","pipeline_version":null,"pith_extraction_headline":"","strongest_claim":"","weakest_assumption":""}},"verdict_id":null}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:5b019143397fab361a09fb12eb8cf2cc56c701ccb68ece32238be6c2c0d19fcb","target":"record","created_at":"2026-05-18T03:14:28Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"00735702202d2fc1a1dccdc7f3e0a70b135e36a00808fc5ef760a0ea17ec77a6","cross_cats_sorted":["cs.MS"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.LG","submitted_at":"2013-09-01T16:22:48Z","title_canon_sha256":"1730e4ea4e7ea2f9b314af86756b4b7bebcb7c45cc0a8445d3f39b57fd2a1c81"},"schema_version":"1.0","source":{"id":"1309.0238","kind":"arxiv","version":1}},"canonical_sha256":"1d15be9cc47fe81c6f47f325f6091a32b77fc3d94c121cce3f52d049294b75f0","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"1d15be9cc47fe81c6f47f325f6091a32b77fc3d94c121cce3f52d049294b75f0","first_computed_at":"2026-05-18T03:14:28.493083Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-18T03:14:28.493083Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"ba7zWhaaJWX+44y3YEnS6Y5q4cxeOALOrH3eofEGKWuIHJ5Q/IDJY6YrnRX6m2mOkPHHPywyDROueP4okcWHBg==","signature_status":"signed_v1","signed_at":"2026-05-18T03:14:28.493740Z","signed_message":"canonical_sha256_bytes"},"source_id":"1309.0238","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:5b019143397fab361a09fb12eb8cf2cc56c701ccb68ece32238be6c2c0d19fcb","sha256:c970f8c57900bf38daf5748837cdfc5f1b3921da94cdc49c5807935f93eac887"],"state_sha256":"94e20c8fa63c3970ea37883ea89fdb753a9b024c57c17f1d5b0cbdc7fe6e1972"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"1xKQtDkthTF6WJQj58D3YD1LhJUK+edxAIVW55trfZvWAmEVIyKF+lRjnCaGpteP7p1yOFpTKmtEEmngoXkcDw==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-21T16:07:55.253994Z","bundle_sha256":"7d0a477c8736c58d8133d8f0f800ae0b92ae885401a2b062ec2fa32ad5e4f87a"}}