James McDermott
James McDermott
The two `x^2` terms seem to be coming from passing the base `x` into a model, which allocates it to both numerator and denominator. When it comes back, `x` is...
The failure to find the exact model is expected, but the multiple occurrences of x^2 seems to be a flaw, so I'll leave this issue open but rename it.
Check out the comments here: https://github.com/ffx-org/ffx/blob/master/ffx_tests/test_sklearn_api.py I think you should be able to trigger the convergence warning.
Hi Alberto & thanks for this. Would you be able to easily make a PR from your local changes?
Merging is not possible due to "Some checks haven’t completed yet - 1 expected check continuous-integration/travis-ci Expected — Waiting for status to be reported". @natekupp I'm not sure what to...
I've investigated this more and not sure how to proceed. One old thread suggests manually re-running the build on the Travis website but signing in there requires a credit card....
I think I have the same issue. If I understand the intent of `use_style`, it is to change the RGB values associated with specific named colours, eg with Solarized, `red`...