Fix orig edivisive flow#141
Conversation
Signed-off-by: Vishnu Challa <vchalla@redhat.com>
|
cc: @henrikingo @Gerrrr |
|
Unfortunately, rather than fixing the orig_edivisive flow, in master, we should actually remove it. By orig_edivisive we mean the original, close to textbook implementation at MongoDB in 2017. Since we no longer want to depend on the external dependency, we cannot offer this option anymore. Note that in the 0.7 branch you can still use --orig-edivisive, but as far as I can tell, this bug isn't happening in that branch. |
+1.
@vishnuchalla if you find issues with --orig-edivisive in 0.7.0, we can fix it there and do a bugfix release. |
|
Closing. If we misunderstood something, please just reply here and reopen. |
|
Oh dear... My sincerest apologies. I was looking into something unrelated yesterday and realized that there is a completely valid --orig-edivisive flow also in the new algorithm in main branch / 0.8.0 and higher. I had forgotten that @Sowiks did re-implement a version of the algorithm that is entered at Line 280 in 1ceb153 ...and your patch is against that. I will re-open this and look at your patch later. |
Description
Fix orig edivsive flow. I am running into below error if more than 10 datapoints are being used for analysis
Testing
Tested and verified in local