Does mleap serving support libsvm format(the sparse way)?
Open
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I saw the mleapSparseTensorFormat on the json support, but how can I use this?
I've tried this way:
{
"schema": {
"fields": [{
"name": "features",
"type": {
"type": "tensor",
"dimensions": [132],
"base": "double"
}
}]
},
"rows": [[
1,3,13,61,111,122,1, 1, 0, 0, 1, 1
]]
}
but it doesn't work for me?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.