//
pkg.gl
Category
github.com/pa-m/sklearn
pipeline
package
0.0.0-20200711083454-beb861ee48b1
Repository:
https://github.com/pa-m/sklearn.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
0
Files
130 SLOC
#
Functions
MakePipeline
MakePipeline returns a Pipeline from unnamed steps.
NewPipeline
NewPipeline returns a *Pipeline.
#
Structs
NamedStep
NamedStep represents a pipeline named Step Step must be Predicter (last step) or Transformer.
Pipeline
Pipeline is a sequance of transformers and an estimator.