-
Hey, thanks for this awesome package.
I'm trying to fit Isomap using `nntype=KDTree` from NearestNeighbors but I get a method error
The error line being `NN = fit(nntype, X) ` [here](https:/…
-
https://github.com/ddemidov/amgcl
Has OpenMP/MPI/CUDA implementations, similar to Hypre but much more lightweight. Already has a [Python interface](https://github.com/ddemidov/amgcl/tree/1.4.2/pyam…
-
Sorry for vague issue, I'm just hoping there is some best practice or common pitfall to avoid this.
Symptoms are basically that attempts to interop randomly just fails, from what I can tell with e…
-
The complicated **-B** option has been with us since GMT 1. In GMT 5 we broke it up into several **-B** options that set different aspects of basemap specifications. However, it remains a very busy …
-
Hi
thanks for the work on this library. Since you all are experienced with XGBoost, I was wondering if you have any thoughts on rewriting XGBoost in Julia, potentially using Metal.jl? I am sure Ap…
-
I am a big fan of both LsqFit.jl and the python package [LMFIT](https://lmfit.github.io/lmfit-py/).
I made a small wrapper-interface for LsqFit.jl to implement the [`Parameter`](https://lmfit.githu…
-
`UnivariateFinite` can be overkill for e.g. simple `Bool` categories.
It looks like they could be at least 50x faster to construct using a custom struct without the `LittleDict`.
Adding a `Abst…
-
Hello,
I've recently started spending more time working in orekit, and I think having a julia package to interact with it would be fantastic. I'd like to help get this up and running to the extent …
-
I defined a simple ODE and attempted to tune parameters and initial conditions to match simulated observations. However, I got a "No matching function wrapper was found!" error.
```python
from jul…
-
To figure out how robust ParallelAccelerator is, one useful thing to do would be to "fuzz" ParallelAccelerator against [the Julia test suite](https://github.com/JuliaLang/julia/tree/master/test). The…