David

Results 5 issues of David

Sometimes getting an error message when running NlpManager.process (version 4.14.2) ``` UnhandledPromiseRejectionWarning: TypeError: Cannot destructure property 'intent' of 'input.classifications[0]' as it is undefined. ``` at `@nlpjs/nlu/src/nlu-neural.js:41:13` input.classifications will in these...

A touch friendly interface would be great. An easier way to undo, skip (larger button would be fine), rotate a placed tile and placing meeples.

feature

If you change the data, the chart will automatically update. But if you then drag your mouse across the chart, the chart will show different old versions of the data.

Trying to train LogisticRegressionClassifier with a large dataset. `LogisticRegressionClassifier.train()` causes the heap to run out of memory. The data in question is too large to be able to simply increase...

Help/Questions

Simply replacing `x?.y` with `x && x.y` and `x ?? y` with `x || y` will make this work with older node versions.