MLBazaar / BTB

A simple, extensible library for developing AutoML systems
https://mlbazaar.github.io/BTB/
MIT License
173 stars 41 forks source link

Add support for python 3.9 #215

Closed sarahmish closed 1 year ago

sarahmish commented 2 years ago

The changes involved are:

One issue I faced with copula==0.6 is that percent_point only supports 1d arrays which consequently makes some unittests in GaussianCopulaProcessMetaModel fail.