//
pkg.gl
Category
github.com/RobinRCM/sklearn
pipeline
package
0.0.0-20231219160650-fcddba52fc6b
Repository:
https://github.com/robinrcm/sklearn.git
Documentation:
pkg.go.dev
Overview
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.