R Session Aborted H2o - df.h <- as.h2o(df)

I am having a R Session aborted, the most times i try to run the code below. But eventually it runs. If i try to run the same code for others dataset, it run.

I am using the dataset from Kaggle called UCI_Credit_Card.csv.

df.h <- as.h2o(df)
summary(df.h)

Error message: Registered S3 method overwritten by 'data.table':
method from
print.data.table
and
session aborted

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.