Humbulani1234 / django-default

Django Probability of Default
1 stars 1 forks source link

Taylor Approxination PR #43

Open Humbulani1234 opened 4 months ago

Humbulani1234 commented 4 months ago

Here is my approach for the approximation of SIN/LOG2/EXP2. I've relied on the following resources:

''' paste resources links'''

For tests and benchmarks I've used the following environment:

Environment:

''' paste the software'''

Tests

I ran test for the whole suite except for test_real_world.py because I suspect I don't have enough compute:

''' paste the error '''

The other error is from the file test_dtype, even the master branch fails on this file:

''' paste the error '''

Benchmarks