Closed xinyu-2020 closed 4 years ago
When running the example of GEP_RNC_for_ML_with_UCI_Power_Plant_dataset, I add a symbolic function. pset.add_function(operator.pow, 2) But GEPPY give me that: ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
Please give me some advice on how to overcome this issue. Thank you, Xin Yu
When running the example of GEP_RNC_for_ML_with_UCI_Power_Plant_dataset, I add a symbolic function. pset.add_function(operator.pow, 2) But GEPPY give me that: ValueError: Input contains NaN, infinity or a value too large for dtype('float64').