Skip to content

Logistic regression pipeline by using sklearn, feature_engine, joblib

Notifications You must be signed in to change notification settings

MuhammadTayyab-SE/titanic_survival_model_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pipline

End-To-End SK-Learn pipeline for predicting survival on the titanic using logistic regression model.

In this pipeline, we are using custom transformers to preprocess the data and using LogisticRegression estimator to train and predict the results.

1- Feature Imputation:

  • MeanMedianImputer
  • CategoricalImputer
  • AddMissingIndicator

2- Feature Encoding:

  • OneHotEncoder
  • RareLabelEncoder

About

Logistic regression pipeline by using sklearn, feature_engine, joblib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published