You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bluemarlin.apache.org by GitBox <gi...@apache.org> on 2022/02/08 05:42:44 UTC

[GitHub] [incubator-bluemarlin] rangaswamymr opened a new issue #44: DL predictor for both ad requests and impressions

rangaswamymr opened a new issue #44:
URL: https://github.com/apache/incubator-bluemarlin/issues/44


   Dears, 
   we have a requirement to use DL predictor to predict both ad requests and impressions in parallel and save the predictions of impressions and ad-requests into different output tables and elastic search indexes.  Can we discuss this feasibility today ?
   is it possible to organize a meeting before Thursday's weekly meeting?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bluemarlin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-bluemarlin] radibnia77 commented on issue #44: DL predictor for both ad requests and impressions

Posted by GitBox <gi...@apache.org>.
radibnia77 commented on issue #44:
URL: https://github.com/apache/incubator-bluemarlin/issues/44#issuecomment-1033187751


   You need 2 pipelines to build 2 different models to predict each item.
   1. DLPredictor Impression Pipeline
   2. DLPredictor Request Pipeline
   
   These pipelines are almost identical; the differences can me on
   1. Different active modules, For example, the Request Pipeline has a transform module that modifies the schema of the Request Table so that it can be processed by existing modules; adding price-category and bucket-ids
   2. Configuration; different input tables, pipeline tags and etc.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bluemarlin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-bluemarlin] radibnia77 closed issue #44: [BLUEMARLIN-24] DL predictor for both ad requests and impressions

Posted by GitBox <gi...@apache.org>.
radibnia77 closed issue #44:
URL: https://github.com/apache/incubator-bluemarlin/issues/44


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bluemarlin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org