You're looking at a specific version of this model. Jump to the model overview.
aexol-studio /recommendation_hybrid_minko:d0eeb5f9
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
url |
string
|
Minko API URL
|
|
login |
string
|
Minko API Login
|
|
password |
string
|
Minko API Password
|
|
user_id |
string
|
User ID
|
|
top_n |
integer
|
10
|
Number of top recommendation to return
|
prediction |
string
(enum)
|
items
Options: items, users, both |
Prediction type: items (only items), users (only users), both (items and users)
|
pretrained |
boolean
|
False
|
Whether to use a pretrained models
|
show_metrics |
boolean
|
False
|
Whether to show the evaluation metrics
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}