Jirawat Iamsamang

Results 6 issues of Jirawat Iamsamang

**Is your feature request related to a problem? Please describe.** The rarity is used to sort the result of PyWhat. However, I feel like it's a subjective value that didn't...

Fix "permission denied" due to parallel builds in Visual Studio (Window 10). I suggest the cross-platform solution from https://stackoverflow.com/a/58955530.

***Patch #9:*** - The emptiness of any function is `false` ``` empty( function() {} ); // false empty( function() {return 0;} ); // false ``` ***Patch #10:*** - Propose a...

Input: http://gist-it.appspot.com/https://github.com/nodtem66/EGBE443-Group2/blob/master/project5/Video%20histrogram/video002.m Output: ``` Traceback (most recent call last): File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 714, in __call__ handler.get(*groups) File "/base/data/home/apps/gist-it/4.365591476556138162/app.py", line 82, in get return gist_it_appengine.dispatch_gist_it( self, location ) File "pyl/gist_it/appengine.py", line...

- add `conditional_bdm(X,Y)` and `test_conditional_bdm` based on supplementary from [Hernández-Orozco S, Zenil H, (2021)](https://doi.org/10.3389/frai.2020.567356) - add compute_f_of_intersect used in Coarse Conditional BDM to compute ![f(n_xj,n_yj)](http://www.sciweavers.org/tex2img.php?eq=%20f%20%5Cbig%28n%5Ex_j%2C%20n%5Ey_j%5Cbig%29&bc=White&fc=Black&im=jpg&fs=12&ff=modern&edit=0) - add pytest mark for...

I have used this library to calculate jacobians for the [Neural tangent kernel](https://en.wikipedia.org/wiki/Neural_tangent_kernel) study. It's fast and reliable and I'm just thinking to **extend the library for recursive submodule** by...