dokato
dokato
Quick suggestions: could `write.neurons` save data.frame by default (i.e. `include.data.frame = TRUE`), or is there any reason why it defaults to `F`? I missed that parameter and was forced to...
When I try to assign soma positions to neurolist metadata with `xyzmatrix` I get only this warning ```r > xyzmatrix(dps5[,])
**Describe the bug** When I manipulate the value of the slider during the simulation everything is fine, but when I set the value and then press the play button afterwards,...
Hi, recently I tried to run the breakdown plots on random forest model (`ranger` from `caret` package) trained on sparse data (TFiDF matrix). The model is not doing really good...
The link provided in the documention of `get_ensemble_temp` seems to be not working anymore. http://data.worldbank.org/sites/default/files/climate_data_api_basins.pdf
Hi, thanks for the great code. When I tried to run your vanilla example `python main.py` I got: ``` IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert...
I tried multiple times to install via pip, or conda. Pip gives some missing dll library error, so then I discovered this thread on wheels so I gave a go...
I'm not entirely sure what's wrong with this specific neurons from the examples: "TKC8R", but the soma distance computation fails here. ```r library(nat) > nat::get_distance_to_soma(Cell07PNs$TKC8R) [1] 36.0384385 0.0000000 0.4536370 0.8955272...
Hey @soumik12345 , thanks for a useful example of keras pointnet. I wonder how difficult it would be to add point features to the model? I.e. apart from x,y,z location...