question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Comparing string to array in _estimate_mi

See original GitHub issue

In _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:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
NicolasHugcommented, Mar 26, 2019

@MohammedKhandwawala , I’m afraid @hermidalc has already opened #13497 to address this.

1reaction
amuellercommented, Mar 21, 2019

@hermidalc go for it 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found