combust / combust/mleap

Does mleap serving support libsvm format(the sparse way)?

Open
#585 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.