IBM / UQ360

Uncertainty Quantification 360 (UQ360) is an extensible open-source toolkit that can help you estimate, communicate and use uncertainty in machine learning model predictions.
https://uq360.res.ibm.com/
Apache License 2.0
257 stars 61 forks source link

Assert inputs are the right type #21

Open FeSens opened 2 years ago

FeSens commented 2 years ago

Assert the inputs are the correct type. There is no way for the end-user to know the right input type only by reading the documentation; therefore, code should speak by itself, asserting the correct type.

pronics2004 commented 2 years ago

Thanks @FeSens. This is helpful and can be temporary fix.

Looks like we should support the use of dataloader in the fit method for BNNRegression similar to BNNClassification. I have created an issue to track that #22.

You are welcome to take this on if you wish!