{{ block styles }} {{ endblock }} {{ block title }}Prediction case 1{{ endblock }} {{ block content }}

Your listing has 4 bedrooms and 4.2 ratings. You want to price your listing the 7th week of the year. Your set price should be greater than 120$ for your place. Which is the cost of cleaning and utilities for each day someone stays at your place for this week.

You have access to the pricing of 4 of your neighbours for this week.

The following graph shows some of your neighbors prices.

neighbors' prices

{% if player.instruction_version == 'b' %} Here is the model's price predicition for your place. Remember the model is uncertain about your booking cost. {% for item in data %} {% endfor %}
Day Algorithm Suggested Price
{{ item.day }} {{ item.price1 }}
{% endif %} {% if player.instruction_version == 'c' %}

In addition to your neighbors prices you also have access to a price prediction from a model trained by the platform and how certain the model is for the prediction.

Here is the model's price predicition for your place. Remember the model is uncertain about your booking cost. {% for item in data %} {% endfor %}
Day Algorithm Suggested Price Probability of Booking
{{ item.day }} {{ item.price1 }} {{ item.probability1 }}
{% endif %} {% if player.instruction_version == 'd' %}

In addition to your neighbors prices you also have access to a price prediction from a model trained by the platform and how certain the model is for the prediction.

The model is uncertain about your booking cost. However the model is presenting to you a range of prices and their respective probability of booking and you can choose among them.

{% for item in data %} {% endfor %}
Day Algorithm Suggested Price Range Probability of Booking Range
{{ item.day }} {{ item.price_range1 }} {{ item.prob_range1 }}
{% endif %}

Please enter your predictions below:

{{ next_button }} {{ endblock }}