{{ block styles }} {{ endblock }} {{ block title }}Prediction Case 3{{ endblock }} {{ block content }}

Your listing has 4 bedrooms, 4.2 ratings, and has received 250 reviews. You want to price your listing the 12th 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.

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' %} {% for item in data %} {% endfor %}
Day Algorithm Suggested Price
{{ item.day }} {{ item.price3 }}
{% 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.

{% for item in data %} {% endfor %}
Day Algorithm Suggested Price Chance of Booking (%)
{{ item.day }} {{ item.price3 }} {{ item.probability3 }}
{% endif %}

Please enter your predictions below:

{{ next_button }} {{ endblock }}