andremun / pyInstanceSpace

A Python version of the InstanceSpace analysis toolkit
1 stars 0 forks source link

deviated y #197

Closed Hazel-Yi closed 1 month ago

Hazel-Yi commented 1 month ago

For runing integration_demo.py, this a screenshoot of pythia summary.

Screenshot 2024-10-10 at 11 24 00

pythia calcuate avgperf and stdperf as avgperf = np.around(np.nanmean(y,axis=0),3) stdperf = np.around(np,nanstd(y,axis=0),3) For column stdperf and avgperf, the incorrect output is due to python generated y data is deviated from matlab. It contains negative values.

y_input.csv Could the previous stages dev check see if Y output in the ur stage

neatht commented 1 month ago

is this fixed?

CZLam7 commented 1 month ago

@KIAND-glitch when checking integration test between sifted and prelim, has the y value remain same or doesn't contain negative value ?

CZLam7 commented 1 month ago

@JUNHENGC3382 when checking integration test between preprocessing and prelim, has the y value remain same or doesn't contain negative value ?