Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
seldon.pipeline.auto_transforms
as
auto
2
import
pandas
as
pd
3
4
df = 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
transform
Method · 0.65
fit
Method · 0.45
Tested by
no test coverage detected