Skip to content

A Lightgbm model that is trained on flight and survey data of an airline company

License

Notifications You must be signed in to change notification settings

isilberfin/customer-satisfaction-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customer-satisfaction-model

An airline satisfaction prediction project built with Lightgbm and streamlit

Power of LightGBM

LightGBM is a gradient boosting framework that uses tree based learning algorithms. Ekran-g-r-nt-s-2023-06-03-223740 It is designed to be distributed and efficient with the following advantages:

  • Faster training speed and higher efficiency.

  • Lower memory usage.

  • Better accuracy.

  • Support of parallel, distributed, and GPU learning.

  • Capable of handling large-scale data.

Tree based learning algorithms plays a big role on binary classification projects. The LightGBM differs other tree based algorithms on growing horizontally meaning that Light GBM grows tree leaf-wise while other algorithm grows level-wise. It will choose the leaf with max delta loss to grow. When growing the same leaf, Leaf-wise algorithm can reduce more loss than a level-wise algorithm.

Resources

About

A Lightgbm model that is trained on flight and survey data of an airline company

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published