Code Monkey home page Code Monkey logo

Comments (2)

algomaschine avatar algomaschine commented on August 17, 2024

I also get an 'array out of bounds exception' sometimes, but it continues and eventually generates a model
image

from h2o-tutorials.

algomaschine avatar algomaschine commented on August 17, 2024

**AutoML progress: |████ | 6%
10:00:16.97: GLM_1_AutoML_4_20221109_95959 [GLM def_1] failed: java.lang.ArrayIndexOutOfBoundsException: 324

AutoML progress: |██████████████████████████████████████████████████████████████▎| 98%
10:29:38.439: GBM_lr_annealing_selection_AutoML_4_20221109_95959 [GBM lr_annealing] failed: water.exceptions.H2OIllegalArgumentException: Can only convert jobs producing a single Model or ModelContainer.

AutoML progress: |███████████████████████████████████████████████████████████████ (done)| 100%
Traceback (most recent call last):
File ".\auto_model_trainer.py", line 298, in
train_by_data(os.path.dirname(sys.argv[0])+"\train-test\","train_per_2022-11-.csv",os.path.dirname(sys.argv[0])+"\h2o models\", "AutoMLper_2022-11-*")
File ".\auto_model_trainer.py", line 110, in train_by_data
aml.train(y = y, training_frame = train, leaderboard_frame = test)
File "C:\Program Files\Python37\lib\site-packages\h2o\automl_estimator.py", line 683, in train
self._fetch()
File "C:\Program Files\Python37\lib\site-packages\h2o\automl_estimator.py", line 712, in _fetch
state = _fetch_state(self.key)
File "C:\Program Files\Python37\lib\site-packages\h2o\automl_base.py", line 354, in _fetch_state
event_log = _fetch_table(state_json['event_log_table'], key=project_name+"_eventlog", progress_bar=False)
File "C:\Program Files\Python37\lib\site-packages\h2o\automl_base.py", line 327, in _fetch_table
fr = h2o.H2OFrame(table.cell_values, destination_frame=key, column_names=table.col_header, column_types=table.col_types)
File "C:\Program Files\Python37\lib\site-packages\h2o\frame.py", line 114, in init
column_names, column_types, na_strings, skipped_columns)
File "C:\Program Files\Python37\lib\site-packages\h2o\frame.py", line 155, in _upload_python_object
os.remove(tmp_path) # delete the tmp file
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\Users\ADMINI~1\AppData\Local\Temp\2\tmphburp1m8.csv'
Closing connection _sid_9f5e at exit
H2O session _sid_9f5e closed.**

And I'm starting to get this often, when generating model after model in the same console. These commands below kinda help, but I still have to monitor for every crush. What might be a specific root cause? The resources are OK, enough memory and everything.
taskkill /F /IM "python.exe"
taskkill /F /IM "java.exe"

from h2o-tutorials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.