Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to resolve error while importing csv into R through h2o library

$
0
0

@hackers wrote:

Hello,

I am trying to use the h2o library in R so that I can use some of it's deep learning libraries for classification problem,but I am facing trouble in importing the data:

#Using deep learning in h2o:
localH2O = h2o.init(ip = "localhost", port = 54321, startH2O = TRUE)

However when I am trying to import the data:

## Import MNIST CSV as H2O:
train <- h2o.importFile(localH2O, path = "/train.csv")

I am getting an error:

> train <- h2o.importFile(localH2O, path = "/train.csv")
Error: is.character(key) && length(key) == 1L && !is.na(key) is not TRUE

I am not being able to figure out what this error is and how to remove it.
Can someone please help me with this??

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles