load_pre_calculated_prediction#

load_pre_calculated_prediction() Tuple[ndarray, ndarray][source]#

Load the pre-calculated prediction for the Airbnb NYC 2019 dataset.

Returns
predictionsTuple(np.ndarray, np.ndarray)

The first element is the pre-calculated prediction for the train set. The second element is the pre-calculated prediction for the test set.