Jan Dohmen
Jan Dohmen
Hi! Could you try to increase `max_iter` [here](https://github.com/BIMSBbioinfo/ikarus/blob/master/ikarus/classifier.py#L20)? I think its default value is 100. The `max_iter` and `n_iter` you changed above refer to later steps, the cnv part and...
Hi, LongiControl is not updated to the current versions of scikit-learn and especially gym(nasium). Just for verification, could you try again with `gym==0.12.1` and `scikit-learn==0.21.2`?
Sorry it's hard to help you with that. Try maybe different versions of scikit_learn, e.g. `scikit_learn==0.22.2.post1`. Maybe also using Python3.8 might do it. Maybe this [link](https://stackoverflow.com/questions/70303758/error-could-not-build-wheels-for-scikit-learn-which-is-required-to-install-pyp) is of help.
Hi! Thank you for the hint and your PR. I left a comment regarding the axis in the summation. Apart from that it looks good to me!