You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Модель прогнозирования покупок клиентов интернет-магазина в течение 90 дней с использованием LightGBM. Достигнута высокая точность при сильном дисбалансе классов. Использованы Python, Scikit-learn, LightGBM.
Leveraging the Kaggle Online Retail Dataset (2009-2011), this system optimizes decision-making with: RFM Modeling for high-value customer identification, Ensemble Learning for purchase behavior prediction, Game Theory-Based Pricing for dynamic strategy optimization.
"Logistic Regression model built on the Social Network Ads dataset to predict whether a user will purchase a product based on their Age and Estimated Salary. This project includes data visualization, model training, evaluation, and visualization of decision boundaries."
A machine learning project that predicts online shopping purchase intent using a k-nearest neighbor classifier. The model analyzes visitor behavior features like page visits, browsing duration, bounce rates, and user characteristics to predict whether a visitor will make a purchase. Built with scikit-learn.