Md Taufeeq Uddin
Results
1
issues of
Md Taufeeq Uddin
TypeError: Axis must be specified when shapes of a and weights differ - Differentially Private EBMs
2
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? `---------------------------------------------------------------------------...