-
Most of what I've been working on for my thesis has been so-called "encoding" models of electrode activity. This is quite similar to the decoding models already implemented in MNE, but where the outpu…
-
My board info:
arm64 debian(jessie) , GCC 6.2, LLVM 3.8.
1. this step is success.
git clone --recursive https://github.com/hughperkins/cuda-on-cl
cd cuda-on-cl
make
sudo make install
1. make run-…
-
I am getting the following error from predictInterval:
> Error in `[.data.frame`(tmp, alllvl) : undefined columns selected
This is the code:
```
# Load lme4 package
library(lme4);
# Load merTools …
-
I added a table, PENELOPE_COHORT_STUDY which provides the listing of all OHDSI studies mapped to the drugs included in the study. The table fields COHORT_DEFINITION_ID, STUDY_TYPE, STUDY_NAME, STUDY_…
-
A neural net typically accepts a vector(n-D array of numbers) as input. Therefore, a process needs to convert a graph into vectors before the neural net does learn and predict: every node, every edge,…
-
What I am missing from the driving screen is the direct influence of the kw consumption to the range.
Here is the calculation: SOC (in KWH) divided by current consumption (in kw) times the speed (in k…
-
Umbrella issue for features that make Cycledash a better tool for the PGV team's quest to call somatic mutations faster.
-
Currently, is_healthiest_node() involves each replica connecting to every other replica to compare xlog posititions and find "furthest ahead". This is fine if you have, day, two replicas, but if you …
-
Was talking to luke today and it'd be interesting to know how tools in other orgs are supported. e.g. this hypothetical: if JS fiddle has 100k users that means it gets supported by 4 people. This feel…
-
I want to use the patient level prediction package. Followed the README and ran the following:
``` r
install.packages("devtools")
library(devtools)
install_github("ohdsi/SqlRender")
install_github(…