package
0.0.0-20231219160650-fcddba52fc6b
Repository: https://github.com/robinrcm/sklearn.git
Documentation: pkg.go.dev

# Functions

MakePipeline returns a Pipeline from unnamed steps.
NewPipeline returns a *Pipeline.

# Structs

NamedStep represents a pipeline named Step Step must be Predicter (last step) or Transformer.
Pipeline is a sequance of transformers and an estimator.