Comparing string to array in _estimate_mi
See original GitHub issueIn _estimate_mi
there is discrete_features == 'auto'
but discrete features can be an array of indices or a boolean mask.
This will error in future versions of numpy.
Also this means we never test this function with discrete features != ‘auto’, it seems?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Java, how to compare Strings with String Arrays - Stack Overflow
I know one can easily compare Strings by using the .equals() method. However, the same method is not working with the String array....
Read more >Compare String to array of Strings - in order? - UiPath Forum
Hi fellas! Is there any neat way to check if a string contains all elements in a array of strings, and in the...
Read more >Compare Text - MATLAB & Simulink - MathWorks
You can compare string arrays and character vectors with relational operators and with the strcmp function. You can sort string arrays using the...
Read more >c# - Comparing string arrays - Code Review Stack Exchange
I'd prefer List<string> to arrays, and use the Contains method instead of looping. Other than that... what exactly are you asking? Is there ......
Read more >Solved: Comparing elements of two string arrays
Comparing elements of two string arrays · Initialize three variables, two array variables to store the array to be compared, and the integer ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MohammedKhandwawala , I’m afraid @hermidalc has already opened #13497 to address this.
@hermidalc go for it 😃