CCCCCaO
CCCCCaO
> Hi . I have run "extra_capsnets" and the is no problem and accuracy was about 99% > did you used the original MNIST from tensorflow? Hi!em...you mean the original...
> Hi @CCCCCaO , > I could not reproduce the problem, I also get 99% accuracy. > Perhaps the problem is that there is some instability in the training algorithm,...
Sadly, you can not get it back...
> Now, using `.get_booster()` and transforming the data to pandas you can calculate shap with `SparkXGBClassifier` or `SparkXGBRegressor`. > > ```python > explainer = shap.Explainer(pipeline.stages[1].get_booster()) > shap_values = explainer(df.select(features).toPandas()) >...