Greetings,
During model initialization, we need a json file of param. For example, this is in the ECOD notebook
model = init(df,param)
print(model)
Could anyone show me the documentation or how to get/generate the param json file? Please note that different model types will have different parameters.
Thanks!