Ravi Raju Krishna
Ravi Raju Krishna
Currently Karma GUI neither displays the filter selection condition applied by user, nor allows to edit the condition. We have to manually perform modifications by exported R2RML model and then...
Used dataset (http://h2o-public-test-data.s3.amazonaws.com/bigdata/laptop/glm_ordinal_logit/ordinal_multinomial_training_set.csv) from tutorial to configure grid search hyper_parameters = {'alpha': [0.01,0.3,0.5], 'lambda': [1e-5,1e-6,1e-7,1e-8]} gs = H2OGridSearch(H2OGeneralizedLinearEstimator(family='ordinal'), grid_id='ordinal_grid', hyper_params=hyper_parameters) gs.train(x=list(range(0,10)), y="C11", training_frame=train) gs.show() glm Grid Build progress: |████████████████████████████████████100% ---------------------------------------------------------------------------...