Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a function called KL_divergence_motifs #14

Closed
lucapinello opened this issue Oct 15, 2022 · 3 comments
Closed

Create a function called KL_divergence_motifs #14

lucapinello opened this issue Oct 15, 2022 · 3 comments
Assignees
Labels

Comments

@lucapinello
Copy link
Collaborator

lucapinello commented Oct 15, 2022

def KL_divergence_motifs(original, generated)

'original': list or pandas Series with original sequences used to train the model
'generated':list or pandas Series with generated sequences used to train the model

return a 'score' (float) calculating the Kullback-Leibler divergence

@lucapinello lucapinello changed the title REFACTORING: Create a function called KL_divergence_motifs, input two list of sequences: 'original', 'generated', output a numerical 'score' REFACTORING: Create a function called KL_divergence_motifs Oct 15, 2022
@lucapinello lucapinello changed the title REFACTORING: Create a function called KL_divergence_motifs Create a function called KL_divergence_motifs Oct 15, 2022
@cmvcordova
Copy link
Collaborator

I'd like to try this out!

@github-actions
Copy link

github-actions bot commented Mar 3, 2023

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Mar 3, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Archive
Development

No branches or pull requests

3 participants