How does h2o.cor deal with categorical data
up vote
1
down vote
favorite
h2o.cor function is very powerful because it deals with categorical data, however, on h2o's kmeans function, that also only traditionally deal with numerical data, allows you to specify the categorical_encoding used - how does the h2o.cor function deal with categorical data?
h2o
add a comment |
up vote
1
down vote
favorite
h2o.cor function is very powerful because it deals with categorical data, however, on h2o's kmeans function, that also only traditionally deal with numerical data, allows you to specify the categorical_encoding used - how does the h2o.cor function deal with categorical data?
h2o
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
h2o.cor function is very powerful because it deals with categorical data, however, on h2o's kmeans function, that also only traditionally deal with numerical data, allows you to specify the categorical_encoding used - how does the h2o.cor function deal with categorical data?
h2o
h2o.cor function is very powerful because it deals with categorical data, however, on h2o's kmeans function, that also only traditionally deal with numerical data, allows you to specify the categorical_encoding used - how does the h2o.cor function deal with categorical data?
h2o
h2o
asked yesterday
Carmen
4717
4717
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
For H2O-3 version 3.22 and earlier the h2o.cor()
function is only meant to be applied to numeric type columns (so it doesn't handle categorical columns). If you try to run h2o.cor()
on categorical columns it should return NA (the exception being a binary column, because it can be mapped to numeric 0/1).
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
For H2O-3 version 3.22 and earlier the h2o.cor()
function is only meant to be applied to numeric type columns (so it doesn't handle categorical columns). If you try to run h2o.cor()
on categorical columns it should return NA (the exception being a binary column, because it can be mapped to numeric 0/1).
add a comment |
up vote
0
down vote
For H2O-3 version 3.22 and earlier the h2o.cor()
function is only meant to be applied to numeric type columns (so it doesn't handle categorical columns). If you try to run h2o.cor()
on categorical columns it should return NA (the exception being a binary column, because it can be mapped to numeric 0/1).
add a comment |
up vote
0
down vote
up vote
0
down vote
For H2O-3 version 3.22 and earlier the h2o.cor()
function is only meant to be applied to numeric type columns (so it doesn't handle categorical columns). If you try to run h2o.cor()
on categorical columns it should return NA (the exception being a binary column, because it can be mapped to numeric 0/1).
For H2O-3 version 3.22 and earlier the h2o.cor()
function is only meant to be applied to numeric type columns (so it doesn't handle categorical columns). If you try to run h2o.cor()
on categorical columns it should return NA (the exception being a binary column, because it can be mapped to numeric 0/1).
answered 7 hours ago
Lauren
2,6411515
2,6411515
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265386%2fhow-does-h2o-cor-deal-with-categorical-data%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password