project-template API

This is an example on how to document the API of your own project.

Estimator

TemplateEstimator([demo_param])

A template estimator to be used as a reference implementation.

Transformer

TemplateTransformer([demo_param])

An example transformer that returns the element-wise square root.

Predictor

TemplateClassifier([demo_param])

An example classifier which implements a 1-NN algorithm.