Nimish Magre

Results 8 comments of Nimish Magre

Hi @mkocabas were you able to test these changes for webcam demo? If yes, what speed did you approximately achieve? Thanks

@tomasfryda would it be possible to then skip or exclude the GBM algorithm with H2O AutoML without explicitly specifying it with the 'exclude_algos' parameter? For example: With the following code:...

@tomasfryda thank you! So if I want the AutoML function to continue without the GBM algorithm, then I either have to explicitly exclude it with the 'exclude_algos' parameter or catch...

@tomasfryda As mentioned in the documentation, I allowed less than 2/3 of the total available RAM to H2O, leaving the rest for XGB. Available memory to XGB is well beyond...

@tomasfryda Here is the log: [automodeler.log](https://github.com/h2oai/h2o-3/files/13920867/automodeler.log)

Hi @tomasfryda I tried to access the H2O logs zip folder and after downloading it, I only see a 'nohup.out' file as attached here: [automodeler_h2o_logs (1).zip](https://github.com/h2oai/h2o-3/files/13939236/automodeler_h2o_logs.1.zip)

Hi @tomasfryda @wendycwong, were you able to confirm if this was an error related to parquet parsing?

Hi @wendycwong: I tried your code and it worked without any issues on the sample data you created. However, I tried your code with the data I have and got...