Free cookie consent management tool by TermsFeed Policy Generator

Opened 3 years ago

Closed 3 years ago

#3113 closed defect (done)

Loading new data for Random Forest Solution results in an error

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.17
Component: Algorithms.DataAnalysis Version: trunk
Keywords: Cc:

Description (last modified by mkommend)

Steps to reproduces:

  1. Create an RF Regression
  2. Save the problem in a separate file
  3. Change ModelCreation (hidden algorithm parameter) to SurrogateModel
  4. Execute the algorithm
  5. Use the load new data button to load the previously saved problem
  6. Exception (see attached screenshot)

Error_LoadingNewData

Attachments (1)

2021_03_09_Error_ArgumentException.png (18.6 KB) - added by mkommend 3 years ago.
Error_LoadingNewData

Download all attachments as: .zip

Change History (6)

Changed 3 years ago by mkommend

Error_LoadingNewData

comment:1 Changed 3 years ago by mkommend

  • Description modified (diff)
  • Status changed from new to accepted

comment:2 Changed 3 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

r17873: Added overload of IsProblemDataComptabile to SurrogateRFModel to handle the compatiblity check correctly.

comment:3 Changed 3 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Reviewed r17873. Thanks!

comment:4 Changed 3 years ago by gkronber

r17977: merged r17873 from trunk to stable

comment:5 Changed 3 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.