Contents

Customer's classification and renting prices prediction

Contents

Building a machine learning algorithm predicting the optimal rental price of an appartment based on historical data.

Warning

Sorry, this page is still under construction. Subscribe to the newsletter to stay updated. 😇

1 figure

Example figure input:

1
{{< figure src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg" title="Lighthouse (figure)" >}}

The rendered output looks like this:

Lighthouse (figure)

The corresponding HTML code looks like this:

1
2
3
4
5
6
<figure>
    <img src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg"/>
    <figcaption>
        <h4>Lighthouse (figure)</h4>
    </figcaption>
</figure>