Segment Recommendation in AEP | Adobe Higher Education
Skip to main content
Level 3
September 23, 2024
Fråga

Segment Recommendation in AEP

  • September 23, 2024
  • 1 svar
  • 610 visningar

Hello Team,

We have a requirement to create segment recommendations in Adobe Experience Platform using Machine Learning and AI capabilities. AEP should predict and provide similar segment recommendations for specified targets, such as churn reduction, re-purchase likelihood, and cross-sell opportunities. Has anyone worked on a similar requirement before?

Det här ämnet har stängts för svar.

1 svar

New Member
September 26, 2024

Hi @mustufam5967803 

I have some experience using Data Science Models for churn and re purchase likely capabilities. We have created custom schemas and field groups to house these scores in event data - example of the format below

 

TENANTID

Object

---------modelAttributes

-----------------Object

------------------------regionalAttributes

-------------------------------Object

--------------------------------------------decile

--------------------------------------------Object

-------------------------------------------------------division

-------------------------------------------------------{{type}}

-------------------------------------------------------national

-------------------------------------------------------{{type}}

-------------------------------------------------------regional

-------------------------------------------------------{{type}}

--------------------------------------------percentRank

--------------------------------------------Object

--------------------------------------------percentile

--------------------------------------------Object

----------------------classification

---------------------------------{{type}}

----------------------modelName

---------------------------------{{type}}

----------------------prefix

---------------------------------{{type}}

----------------------score

---------------------------------{{type}}

---------------------segment

---------------------------------{{type}}

 

 

Level 3
September 27, 2024

Thank you for the response @davidro23 

 

I see that data science workspace option is not available anymore. May I know is there a workaround for churn and re purchase likely capabilities.