Why the recommended section of movie's page is different from API? for example interstellar web page show many movies but API call similar just show two movie.
I know API call result is real similar but I want to ask to make sure.
We haven't pushed the new "recommendation" system to the API yet. Similar movies are different than recommendations. Both are still available on the website while only similar is currently available on the API.
I've created a new ticket about bringing the new recommendation system to the API here.
Is there a documentation somewhere that explains how similar and recommended movies are computed ? (From the interface I see that similar movies are computed based on tags, can someone confirm)
Thanks
Similar items are indeed calculated with plot keywords with a slight bump for similar genres. Recommended items look at ratings and favourites to build the graph. Very different approaches which yield very different results.
Travis Bell 的回复
于 2015 年 04 月 16 日 10:26上午
Hi aradeonas,
We haven't pushed the new "recommendation" system to the API yet. Similar movies are different than recommendations. Both are still available on the website while only similar is currently available on the API.
I've created a new ticket about bringing the new recommendation system to the API here.
Cheers.
aradeonas 的回复
于 2015 年 04 月 18 日 1:29上午
Thank you very much.
dsromashov 的回复
于 2015 年 10 月 04 日 6:03下午
Ha, I tried to get recommended movies via 'similar' for Interstellar too )) I wait 'recommendations' on the API very much.
backini 的回复
于 2015 年 10 月 08 日 12:47上午
Hello Travis,
I'm also down for it, following that ticket for a few months now. Hope you'll bring that nice feature in a near future.
Love.
mauricedb 的回复
于 2015 年 10 月 14 日 6:06上午
I would really appreciate if this feature will be added soon to the API.
Is it perhaps possible to give us a 'releasedate' Travis? Does it have priority?
Thanks!
lililala 的回复
于 2015 年 10 月 21 日 11:34上午
Is there a documentation somewhere that explains how similar and recommended movies are computed ? (From the interface I see that similar movies are computed based on tags, can someone confirm) Thanks
Travis Bell 的回复
于 2015 年 10 月 21 日 12:19下午
Hi lililala,
Similar items are indeed calculated with plot keywords with a slight bump for similar genres. Recommended items look at ratings and favourites to build the graph. Very different approaches which yield very different results.
Cheers.
lililala 的回复
于 2015 年 10 月 21 日 12:21下午
thanks for your answer, it would be great to have the recommended functionality in the API
mauricedb 的回复
于 2016 年 01 月 23 日 6:27下午
Hi Travis,
Can you give us an update about this request? Thanks!
https://tmdb.lighthouseapp.com/projects/83077-api/tickets/473-bring-the-new-recommended-system-to-the-api#ticket-473-2
Travis Bell 的回复
于 2016 年 09 月 29 日 6:37下午
Hey guys, this is now live for both movies and TV shows.
Docs are located here and here.
Cheers.