i want to create a model to predict and show products that customers like when customer visit my website
can i know which product that customer like than other products?
can i list products with order by percent (%) customer like for that product?
The "Create a Web Cross-sell Application" article contains details about implementing such a model (http://www.aspnetpro.com/newsletterarticle/2004/10/asp200410ri_l/asp200410ri_l.asp)
You can use the adjusted probability as a percentage. The predictions are ordered by default
No comments:
Post a Comment