Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
scikit-learn-examples
/
example
like
0
Follow
scikit-learn-examples
1
Scikit-learn
Joblib
structured-data-classification
Model card
Files
Files and versions
Community
1
Use this model
main
example
/
class_definitions.py
osanseviero
Create class_definitions.py
36c5afb
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
from
sklearn.pipeline
import
Pipeline
class
MyPipeline
(
Pipeline
):
def
__init__
(
self, steps
):
super
().__init__(steps)