Using real estate data as an example
Upload a CSV file and detect numerical anomalies using robust statistical methods like IQR, Chauvenet's criterion, and Sigma rules.
Analyze the influence of features (e.g., apartments) on their final price using a Random Forest model.
Analyze the price of real estate, identify hotspots through coordinate clustering and regression model evaluation.
Analyze market dynamics and seasonality of real estate prices over time.
Segment real estate listings using the K-means algorithm to identify groups of objects on the basis of their characteristics.
Upload a CSV file and restore missing values using various methods (mean, median, mode, nearest neighbor, correlation).