Loan-prediction-using-Machine-Learning-and-Python icon indicating copy to clipboard operation
Loan-prediction-using-Machine-Learning-and-Python copied to clipboard

To design a predictive model using xgboost and voting ensembling techniques and extract insights from the data using pandas, seaborn and matplotlib

Results 4 Loan-prediction-using-Machine-Learning-and-Python issues
Sort by recently updated
recently updated
newest added

In the USA, you can't make lending decisions based on race, sex, and age..

`TypeError Traceback (most recent call last) in () 3 predictors = [x for x in train.columns if x not in [target, IDcol]] 4 xgb2 = XGBClassifier(learning_rate =0.1, n_estimators=1000, max_depth=5, min_child_weight=1,...