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.

RFE: more average_method's for normalized_mutual_info_score

See original GitHub issue

Description

It would be nice if normalized_mutual_info_score could compute uncertainty coefficient, AKA proficiency.

Implementation

E.g., average_method can be labels_true to compute proficiency.

Expected Results

normalized_mutual_info_score(
    labels_true=[0,1,0,1], 
    labels_pred=[0,1,0,2], 
    average_method='labels_true')

should evaluate to 1.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
aishgrt1commented, Oct 29, 2018

@jnothman Shall I take this?

0reactions
sam-scommented, Oct 30, 2018

@amueller right, thanks, missed that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

sklearn.metrics.normalized_mutual_info_score
Normalized Mutual Information (NMI) is a normalization of the Mutual Information (MI) score to scale the results between 0 (no mutual information) and...
Read more >
Which features to use in your model? - Medium
This method basically utilize the mutual information. It calculates mutual information ... The higher score means more dependent variables.
Read more >
Mini-Batch Normalized Mutual Information: A Hybrid Feature ...
In this paper, we cluster the data using mini-batch Kmeans clustering and rank them using normalized mutual infor- mation(NMI), a measure to ...
Read more >
How to Perform Feature Selection With Numerical Input Data
There are two popular feature selection techniques that can be used for numerical input data and a categorical (class) target variable. They are ......
Read more >
Benchmarking Relief-Based Feature Selection Methods for ...
We expect this algorithm to be, by far, the most computationally expensive of those evaluated. RFE ExtraTrees would be more fairly compared to ......
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