A program to recognize and reward our most engaged community members
reports01 wrote:We create dashboards for users, in which several things are displayed. these dashboards are webbased.What I want, is if a user enteres details on a new customer on the website (asp.net application), the data us run through a model to score the customer. I don not want rapidminer running on my webserver, I want the model inbeded in the asp webpage. For maintanance it is handy to have the model in a dll (so I can update the model without having toi change the code of my webpage.