rlb-dp icon indicating copy to clipboard operation
rlb-dp copied to clipboard

price_counter_train

Open adishpak opened this issue 5 years ago • 1 comments

hi, Very interesting combined with the article.

  1. Can you please say what does price_counter_train stands for ? 2.why are you using the theta_evg and not specific theta for each case ? can it easily be replaced in specific theta for specific x ? are you using the theta from the test.theta.txt file ? Thanks

adishpak avatar Dec 12 '19 14:12 adishpak

  1. price_counter_train: [count(price = i in train data) for i in range(301)]
  2. I think he is using both theta_avg and theta(x) for bidding.

L0Z1K avatar Nov 08 '21 01:11 L0Z1K