Skip to content

Commit

Permalink
allow for n_jobs=-1 and n_jobs > 1 for Parallel jobs
Browse files Browse the repository at this point in the history
   * basically have to turn off reference counting since Python
     threads may destroy shared H2OFrame instances which are not
     necessarily dead (necessarily dead instances are killed upon
     turning ref counting back on)
add weak ref mixin for tracking all isntances of H2OFrame
  • Loading branch information
spennihana committed Aug 31, 2015
1 parent 63c60ed commit c2b15c3
Show file tree
Hide file tree
Showing 3 changed files with 2,000 additions and 3,080 deletions.

0 comments on commit c2b15c3

Please sign in to comment.