Full DirichletCalibrator here is throwing error as below,
/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.6/site-packages/dirichletcal/__init__.pyinfit(self, x, y, x_val, y_val, **kwargs)
45self.calibrator_=FullDirichletCalibrator(
46reg_lambda_list=self.l2_grid, reg_mu_list=self.comp_l2,
--->47initializer=self.initializer)
48elifself.matrix_type=='full_gen':
49self.calibrator_=GenerativeDirichletCalibrator()
TypeError: __init__() gotanunexpectedkeywordargument'reg_lambda_list'
Full DirichletCalibrator here is throwing error as below,