Skip to content

This repo contains material for the paper "Returning the Favour: When Regression Benefits from Probabilistic Causal Knowledge" ICML 2023 paper

Notifications You must be signed in to change notification settings

shahineb/collider-regression

Repository files navigation

rkhs-collider

Running a grid search experiment

  • Setup configuration file of the experiment + search grid under config/search/my_config.yaml

  • Run grid search script. For example, KRR with polynomial data generating process would be run as

$ python run_grid_search_kernel_model_polynomial_data.py --cfg=config/search/my_config.yaml --o=my/output/directory/
  • Aggregate search results together into an xarray dataset
$ python aggregate_grid_search_results.py --i=my/output/directory --o=another/output/directory

This last script will dump a cv-search-scores.nc file which can then be loaded in the notebook notebooks/score-analysis.ipynb to visualise metrics against searched hyperparameters values.

About

This repo contains material for the paper "Returning the Favour: When Regression Benefits from Probabilistic Causal Knowledge" ICML 2023 paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published