Results 60 comments of Tobias Kind

Following example code works (with more x-values). Probably requires better unit testing. ``` R require(caret); require(kknn); # define x and y for regression of a synthetic dataset # defined in...

Solution, only present x-variables to prediction and not the whole matrix including y-values. ``` R # cubist predicted RMSE Rsquared 11.6894075 0.6768111 # brnn predicted RMSE Rsquared 13.0454419 0.6026583 ```...

Also diabetes kills rbf with caret ``` R require(mlbench) require(caret) # load diabetes set 768 x 9 data(PimaIndiansDiabetes) dim(PimaIndiansDiabetes) # train rbf t2

See solution similar to that from Steve Weston (Yale). ``` R require(caret); library(doParallel); data(BloodBrain); cl

``` R # All cross-validation methods applied require(caret); data(BloodBrain); cvMethods

See also https://support.microsoft.com/en-us/kb/3104094

Close R and restart R ``` R update.packages() ``` if more messages occur, close R, remove directories using ADMIN access and repeat ``` R rP

Hi, Windows can be tricky. Best is to follow step by step the installation from https://www.tensorflow.org/install/install_windows I am quite sure you need **wget** for windows, so you need to download...

Thank you, thank you Thank you! MAPRCTed.

MAPRCTed. what does that mean? Much appreciated. https://www.google.com/search?q=Much+appreciated.&ie=utf-8&oe=utf-8