Classification with varying choice set (e.g. Auction)

General Tech Learning Aids/Tools 2 years ago

0 2 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Learning Aids/Tools related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 

I have the following situation: I am a customer and I search for a commodity to buy. I receive several offers from various companies and I must make a choice which one to buy. After some time I make the same search, receive different offers and again have to choose from them. And after some time again and again.

This way I generate data in the format: a "pack" of offers and my choice.

The row data may look like this:

search_id    |  offer_id    |   price   |   time_to_delivery   | my_choice 
1            |     1        |    200    |       5              | 0 
1            |     2        |    100    |       1              | 1 
2            |     1        |    250    |       10             | 1 
3            |     1        |    100    |       20             | 0
3            |     2        |    150    |       30             | 0
3            |     3        |    200    |       10             | 1 

My goal is now to predict what my choice will be when I search again and obtain the following pack of offers:

search_id    |  offer_id    |   price   |   time_to_delivery   | my_choice 
4            |     1        |    200    |       3              | ? 
4            |     2        |    100    |       2              | ? 

What is the most suitable approach for this kind of problem?

profilepic.png
manpreet 2 years ago

First, you have to think about the factors that help you take your decision. List any variables and check whether you could have data available for each.

Then, try to estimate the net present value of three solutions:

  1. continue as now without aid,
  2. rely on an external solution,
  3. invest in your own data analytic solution.

The solution with the highest NPV would be the best investment decision. You can skip this financial step, however, if you are a professional, this is something to seriously think about.

If you choose to build your own model, you will have to build a data set first for training, ideally covering all the factors you've come up with. Your target variable should be a ranking of the choices per pack, or a score attached to each choice indifferently from the pack. A simple yes/no might yield predictions without "yes" answer. Do you have the data necessary to build your target variable?

If you don't know yet what drives your decisions, you should walk the unsupervised learning road first.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

tuteehub community

Join Our Community Today

Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.

tuteehub community