h2o-tutorials icon indicating copy to clipboard operation
h2o-tutorials copied to clipboard

Tutorials and training material for the H2O Machine Learning Platform

Results 56 h2o-tutorials issues
Sort by recently updated
recently updated
newest added

Raised the same question here; https://stackoverflow.com/questions/72753783/how-do-i-generate-the-archetypes-of-new-dataset-from-the-glrm-predict-function. I have used these sites as reference and though has been resourceful, I'm unable to regenerate the reduced dimensions of new datasets via the...

Hi, I am trying this code :: model_ids = list(aml.leaderboard['model_id'].as_data_frame().iloc[:,0]) model_ids The o/p is 👍 ['GBM_3_AutoML_2_20220607_145812', 'GBM_4_AutoML_2_20220607_145812', 'GBM_2_AutoML_2_20220607_145812', 'StackedEnsemble_AllModels_1_AutoML_2_20220607_145812', 'GBM_grid_1_AutoML_2_20220607_145812_model_1', 'StackedEnsemble_BestOfFamily_1_AutoML_2_20220607_145812', 'GBM_5_AutoML_2_20220607_145812', 'DRF_1_AutoML_2_20220607_145812', 'XRT_1_AutoML_2_20220607_145812', 'GLM_1_AutoML_2_20220607_145812', 'GBM_1_AutoML_2_20220607_145812', 'DeepLearning_1_AutoML_2_20220607_145812'] se = h2o.get_model([mid...

I tried to run the code found in: https://github.com/h2oai/h2o-tutorials/blob/master/tutorials/isolation-forest/interpreting_isolation-forest.ipynb I tried the code on two different machines and got the same issue: FileNotFoundError: No such file or directory: './global_surrogate_decision_tree.png' the...

Hi, I'm using [relevel()](https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/frame.html#h2o.H2OFrame.relevel) function to set base level in column of my dataframe and getting this error in case column's values consists '+', '-' or ' ' symbols (mostly...

Added a change to correct the Word Cloud generation.

I am getting an error when calling the function generateTreeImage and passing the respective parameters. The error I am getting is "FileNotFoundError: [WinError 2] The system cannot find the file...

``` import h2o h2o.init() from h2o.estimators.glm import H2OGeneralizedLinearEstimator ``` I tried running this and got the error in the title. Here is my Python 3.6.8 virtual env ``` certifi==2020.12.5 chardet==4.0.0...

New Target Encoding API in 3.32 requires a rewrite of these tutorials: - https://github.com/h2oai/h2o-tutorials/blob/master/best-practices/feature-engineering/feature_engineering.ipynb - https://github.com/h2oai/h2o-tutorials/tree/master/best-practices/categorical-predictors