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

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

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' %} Remember the model is uncertain about your booking cost. {% for item in data %} {% endfor %}
Day Algorithm Suggested Price
{{ item.day }} {{ item.price2 }}
{% endif %} {% if player.instruction_version == 'c' %} Remember the model is uncertain about your booking cost.

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.

{% for item in data %} {% endfor %}
Day Algorithm Suggested Price Probability of Booking
{{ item.day }} {{ item.price2 }} {{ item.probability2 }}
{% 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_range2 }} {{ item.prob_range2 }}
{% endif %}

Please enter your predictions below:

{{ next_button }} {{ endblock }}