automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XGBoost experiments generalization

AnaRisnoveanu opened this issue · comments

This question is more about what the paper ("NAS-Bench-Suite-Zero: Accelerating Research on Zero Cost Proxies") describes in Table 10 from Appendix D. It is still unclear to me whether the XGBoost was trained on ZC scores and/or encodings on one single benchmark and then tested on the rest of the benchmarks or XGBoost was trained on a subset of benchmark models and later tested on models from the same benchmark.

Hi @AnaRisnoveanu!

Thank you for your interest in our paper! The XGBoost was trained on a subset of models from one benchmark, and then tested on other models from the same benchmark. Since the encodings are searchspace-specific, we can't train on one and test on another.

I hope this helps!

Best,
Arjun

Thank you for the clarification!