package
0.0.0-20200711083454-beb861ee48b1
Repository: https://github.com/pa-m/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.