Matt Salomon

Results 4 issues of Matt Salomon

I keep getting the following error from Lightgbm module. Have you ran this code recently? Looks like something is deprecated. LightGBMError: Cannot change bin_construct_sample_cnt after constructed Dataset handle. [LightGBM] [Fatal]...

Does anybody know how i can solve this error? Error Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start...

I am using Automl to only train Deeplearning algorithms on a dataset which is sparse and has a lot of nulls. I preferably shouldnt impute this data because nulls really...

feature

My organization only allows pytroch models to go into production. I wrote the following code to convert my trained h2o model into pytorch but it errors out. ``` import torch...

feature