Posts tagged graident boosted algorithms
Keep Analytics, Machine Learning, and Artificial Intelligence to Simple Use-Cases with Collective Vantage

Conaxon takes the reader through a simple sales forecasting project for a retail store. We cover data cleaning (pandas), feature engineering (encoding categorical/cyclical features), building a base GradientBoostedRegressor Model (Sklearn), and hyper-parameter tuning (GridSearchCV, RandomizedSearchCV, KFold).

Read More
Predict which Sales Leads Close Part 1

Can you predict which leads you might close? We propose a simple project to demonstrate a machine learning use case for optimizing which leads sales teams are predicted to be closed.

Read More