-
Hi Ed,
Your new Tinyverse PDF "Getting started in R"
is truly great.
_Thanks!_
But I'm getting errors in Rstudio
with all **data.table** examples in that PDF.
ie:
> **cw[, weightKg := we…
sfd99 updated
6 years ago
-
Hello,
I am trying to extract `noun chunks` using `Spacy` and `Udpipe` and I start realizing how much easier udpipe is to use.
However, I was not able to replicate the noun chunk extraction tha…
-
I run into encoding issues when parsing files as well as R characters.
## Parsing from text (R characters):
```
> test_input Encoding(test_input)
[1] "UTF-8"
> test_output cat(test_output)
Ĺ…
-
mSetSq
-
@gavinsimpson is working to implement **ggplot2** plotting for **vegan** objects in his **ggvegan** package. This is a welcome addition, and really best kept in its separate package. However, I've bee…
-
please consider re-opening spark 2.1 R code execution error #473 - exactly the same problem with sparklyr 0.5.4 using RStudio Server - see next comment for an example
> library(sparklyr)
> sc iri…
-
A process that
- compiles the agent
- takes the stored dqn params every once in a while
- if there are no params, put them there
- interacts :) (cpu)
- stores the interactions in the database
-…
-
To make sure that we didn't mess up in the early stage, let's try training this thing on ANY rl problem, even some classic control thing will do.
* use cartpole/mountaincar/lunarlander/whatever, th…
-
Learn to play NeonRace with a2c policy
-
A process that
- takes params for actual [and target] network from the database
- if they aren't there, init with random
- [samples](http://stackoverflow.com/questions/2824157/random-record-from-…