Md Taufeeq Uddin

Results 1 issues of Md Taufeeq Uddin

Hi, With this lines of code `dp_ebm = DPExplainableBoostingClassifier(epsilon=1, delta=1e-5) # Specify privacy parameters dp_ebm.fit(train_df[features], train_df[target])` I am getting this Type error. Any ideas on how to fix this? `---------------------------------------------------------------------------...