Text Vectorizer (DP_VEC)
Transform textual data into numerical representations that are compatible with machine learning models, enabling efficient processing of text-based tasks.
Sample Request
{
"project_id": 1,
"parent_id": 5,
"block_id": 6,
"function_code": "DP_VEC",
"args": {
"vectorizer": "tfidf",
"boundariestoscale": ":, :",
"dataset": false,
"xtrain": true,
"xtest": true,
"x": true,
"ytrain": false,
"ytest": false,
"y": false
}
}
Parameter Details
Principal Component Analysis
Request Body
Name
Type
Description
Last updated