-
Original Repository: https://github.com/ml-explore/mlx-examples/
Listing out examples from there which would be nice to have. We don't expect the models to work out the moment they are translated to …
-
@houssamzenati
Inside the med_bench_prototype code, you implemented MultiplyRobust' `fit` function like this :
```
def fit(self, t, m, x, y):
"""Fits nuisance parameters to data
…
-
Dear Author,
I encountered the following error when running treecbh::get_CBH using the example data provided:
”A_CBH
-
The `KernelDensityEstimation` class currently includes the normal distribution approximation bandwidth estimator (see `KernelDensityEstimation::getDefaultBandwith()`) when no bandwidth is passed to th…
-
I notice that in [plotnine/stats/density.py](https://github.com/has2k1/plotnine/blob/a81b8f92bc39b6835e506e6779a01e4b8c53a627/plotnine/stats/density.py) there's support for several methods of calculat…
-
Hi. Thanks for sharing such wonderful package. I am wondering, whether it is possible to estimate the density ratio between two distribution of very high dimension, like 50 dimension?
-
Hi Jonathan:
When I use the distribution generated by kernel density estimation for sampling, it takes a lot of time. And I use the distribution generated by sklearn's KDE for sampling, which is ve…
-
I would like to help cleaning up the code related to kernel density estimation, and if possible also improve it. Is this of any interest, @josef-pkt ? If so, some help getting started would be great!
…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
(As mentioned in a few places: #948, #943, #791.)
We can look at https://github.com/uwdata/fast-kde/ for speed, and https://observablehq.com/@d3/kernel-density-estimation for a more straightforward…