MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / auto_transform.py

File auto_transform.py

python/examples/auto_transform.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import seldon.pipeline.auto_transforms as auto
2import pandas as pd
3
4df = pd.DataFrame([{"a":10,"b":1,"c":"cat"},{"a":5,"b":2,"c":"dog","d":"Nov 13 08:36:29 2015"},{"a":10,"b":3,"d":"Oct 13 10:50:12 2015"}])

Callers

nothing calls this directly

Calls 2

transformMethod · 0.65
fitMethod · 0.45

Tested by

no test coverage detected