Nikolay Zakirov
Nikolay Zakirov
Ok I reinstalled it as ``pip install -e .`` and ran ``pytest``. All tests (209) passed with 1 warning. So I guess this solves the issue. I can make a...
I suggested ``const npy_DTYPE0 ai`` you put ``const npy_float64 ai`` And you also try to assign to a const. My guess - that's the reason To be clear line 1316...
Actually in ``` class DockerContainer(object): ``` you have a parameter for deleting containers after use ``` def stop(self, force=True, delete_volume=True): self.get_wrapped_container().remove(force=force, v=delete_volume) ``` So just to need to make this...
I can make a PR but will you be able to quickly merge it? Just asking because I made prs in repos and now have a confirmation coming every three...
I assume that if you move cursor to the end before putting in "\r" then it would work correctly. Maybe by adding "setCursorPosition" before "write" in the code below in...
Just to give you a heads up. I am still on it. So far not much code done. But I have solidified my understanding of SGD->SAG->SAGA. Tried to write a...
Thanks! Nice trick! I was just looking into implementing SAGA in Rust and that's how I ended up here. A few questions arise if you don't mind me asking. 1)...
Both Extra-trees regressor and classifier are here https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
Thanks for approving. What's next?
@Carsonmarvel1 thanks, could you please give out more details?