Florent Forest

Results 4 issues of Florent Forest

I see in the code that quantization error is defined using a L1 norm (mean absolute error), and not a euclidean distance : ```python def calculate_quantization_error(self): neuron_values = self.codebook.matrix[self.find_bmu(self._data)[0].astype(int)] quantization_error...

After running your code for the city2foggy task, I am unable to reproduce the results from your paper (by a large margin). For the source-only training, by running exactly the...

TLDR: When using a ConfigSpace with named hyperparameters, fANOVA raises an exception if the columns of the feature matrix X are not ordered alphabetically by feature name, because `cs.get_hyperparams()` returns...

Hello, thanks for the work gathering all these datasets! The link to the google sheet table is no longer working, could you please check it? Thanks!