Open abhishekvij opened 6 years ago
@abhishekvij Hey there! It appears that this repository is no longer being actively maintained. However, I still think it's a great idea, so I've started working on my own version of it, which you can find here. It's worth pointing out that I've dropped Python 2.7 support, so you'll have to upgrade if you haven't already.
All that stuff up there is copy-pasted, but I've gone ahead and implemented your recommendations into my current branch and should go into master on the next merge.
The bug is in function "_join_and_print_analytics_results"
the current code block is
The code should be
we need to sort in Descending order ( so higher importance features get selected ) first and then do resetting of index and selecting top 100 other wise there is no guarantee that the actual top 100 would be selected.
I am new to github ( not a software engineer :( ), so I don't know whether the branch (fix_sorting_bug_join_and_print_analytics_results) I created and pushed is the right way of doing things. Please let me know if you want me to push changes in a different manner.
Edit : Can't seem to find my branch in here, i guess i need permission from the author to fix this.