Skip to content

bhklab/ab-testing

Repository files navigation

Steps to add a model:

  1. Create a contract.py file in the models/<model_name> directory. That will get the input data ready to run the model.
  2. Create a .def file with the entry point for the model