Gert-Jan
Gert-Jan
I hit some similar behavior and resolved it in pull request #53
same here
This addresses issue #45 and #36
This got resolved in pull request #50
You probably encountered an error in fit_scores resulting in less than nmodels to be trained. Then indexing goes wrong in predict_scores. To that end, I added raising an exception in...
Have a look at https://github.com/gjdv/packaging_solaredgeoptimizers/commit/df94fc124ac08068038e36611309e49683c8f6be It dramatically reduced the errors for me. Let me know if you'd like me to wrap it in a pull request. Happy to do so
As per request: https://github.com/ProudElm/packaging_solaredgeoptimizers/pull/11 Doesn't cover all issues caused by the SE portal being instable, but as said, reduces problems a lot
I also encounter those 404 errors, but they come intermittently. When I perform 10 times the same v5 request in succession, about half of those attempts fail. The work-around I...