Sebastian Olivier Nymann Topalian

Results 3 issues of Sebastian Olivier Nymann Topalian

Hi, I wanted to generate the explain_prediction_df for each of my observations in a test set, but when I loop over it it crashes eventually. for i in range(len(X_test)): eli5.explain_prediction_df(clf,...

Hi, I was trying to reimplement the course material for my use case which is 1D as homework, and I had a bug running the fit function when using the...

### Problem description Hi, I tried following the guide for publishing package releases: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ At first I get a complaint for the lack of a token when running this step:...