Dmitry Kobak
Dmitry Kobak
@picca I was just wondering if you could run the following snippet in your Python environment on i386: ```Python import numpy as np from sklearn.datasets import load_iris from sklearn.neighbors import...
Hi Peter. Looks like a great idea and an excellent PR. Sam and I have been recently working on some updates to the notebooks, and I went ahead right now...
Hi Sam and Peter -- do I understand correctly that while the package can now be installed via ``` pip install git+https://github.com/greydanus/mnist1d.git@master ``` it is not on available on PyPI...
@psteinb By the way, would it be okay with you if we add you to the acknowledgements "For help with preparing the Python package"? I hope you don't mind!
Thanks for raising this issue. I was not aware of the debate around Japan, and of course I don't want to provide misleading analysis. Can we discuss the Japan case...
You are right that there is a clear baby boom population bump peaking at age 70 in 2019, so birth year 1949, plus minus a couple of years. And a...
Just to clarify: of course linear extrapolation is just an assumption here... It's very well possible that the deaths in Japan were expected to curve upwards, so excess in 2022-23...
I'm sorry, but you have it all wrong. Your second link goes to the OWID analysis that is IDENTICAL to mine! They use linear extrapolation of the 2015--2019 deaths trend....
Thanks @loicmagne for your reply! > I think you can already use knn classifier to evaluate classification tasks, with method="kNN" Oh, that's cool, I did not realize that. > Is...