Skip to content
View trevismd's full-sized avatar
  • Belgium
Block or Report

Block or report trevismd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. statannotations statannotations Public

    add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.

    Python 594 66

  2. permutations-stats permutations-stats Public

    Statistical package for fast exact tests and simulations

    Python 5

  3. webermarcolivier/statannot webermarcolivier/statannot Public archive

    add statistical annotations (pvalue significance) on an existing boxplot generated by seaborn boxplot

    Jupyter Notebook 385 74

  4. Create a `statannotations` v0.5+ `St... Create a `statannotations` v0.5+ `StatTest` with a permutations-stats test
    1
    import matplotlib.pyplot as plt
    2
    import permutations_stats.permutations as pms
    3
    import seaborn as sns
    4
    from statannotations.statannotations import Annotator
    5
    from statannotations.stats.StatTest import StatTest
  5. statannotations-tutorials statannotations-tutorials Public

    In this tutorial, we go over the features of statannotations

    Jupyter Notebook 20 12

  6. pyUML pyUML Public

    Create simple Graphviz dot UML graphs with a python script

    Python 5