Han Yuyang
Han Yuyang
不可以,需要上传pdf,跳过格式检查步骤做后面的审查签字。 ---- 回复的原邮件 ---- | 发件人 | James ***@***.***> | | 发送日期 | 2024年02月22日 13:21 | | 收件人 | mohuangrui/ucasthesis ***@***.***> | | 抄送人 | Han ***@***.***>, Comment ***@***.***> |...
For exmple in ``` import numpy as np from sklearn.feature_selection import mutual_info_regression from entropy_estimators import continuous np.random.seed(1) x = np.random.standard_normal(10000) y = x + 0.1 * np.random.standard_normal(x.shape) ``` How can...
Sorry, I was thinking about this and suddenly jumped to another topic, and I didn't realize. I think the scaling is right cause. We can see the h(x), h(y) would...
Another exmaple is 2 independnt normal distribution, as the $\sigma$ changes [their entropy can change from negative to positive](https://en.wikipedia.org/wiki/Differential_entropy#:~:text=Table%20of%20differential%20entropies) but mutual information would be 0, so it can be larger...
I'm not a specialist of that too, so I guess you're right. And I don't know the details of this conventions and if it will become popular soon. As I...
I test that code in an environment contains ` cartopy==0.20.1 `, but in another version ` cartopy==0.17 ` or ` cartopy==0.19 ` it returns the same as your comment. It...
Yes, I've found it's an unsolved issue of Cartopy for a long time. And [Xarray don't read the crs data by default](https://github.com/pydata/xarray/issues/2288). I've tried [rioxarray](https://corteva.github.io/rioxarray/latest/getting_started/crs_management.html) to get the crs, but...
Actually I tried [jupyter_ascending](https://github.com/imbue-ai/jupyter_ascending), it's possible to utilize the Jupytext[¶](https://jupytext.readthedocs.io/en/latest/#jupytext), I don't know if this information can help.