Coder Social home page Coder Social logo

gugarosa / statys Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 1.0 137 KB

๐Ÿ“Š Statistical analyzers to provide more robust comparisons between Machine Learning techniques.

Home Page: https://statys.readthedocs.io

License: Apache License 2.0

Python 100.00%
statistical-analysis wilcoxon friedman nemenyi bonferroni python

statys's Introduction

Statys: Statistical Analyzers

Latest release Build status Open issues License

Welcome to Statys.

Do you feel the urge to create better insights and statistically analyzing your experimental results? Are you tired of re-implementing statistical tests for every analysis? If yes, Statys is the real deal! This package provides an easy-to-go implementation of statistical analyzers. From sampling measurements to non-parametric tests, we will foster all research related to statistical tests.

Use Statys if you need a library or wish to:

  • Analyze your experimental results;
  • Design or use pre-loaded statistical tests;
  • Mix-and-match different measurements to create insights;
  • Because it is wise to analyze things.

Read the docs at statys.readthedocs.io.

Statys is compatible with: Python 3.6+.


Package guidelines

  1. The very first information you need is in the very next section.
  2. Installing is also easy if you wish to read the code and bump yourself into, follow along.
  3. Note that there might be some additional steps in order to use our solutions.
  4. If there is a problem, please do not hesitate. Call us.

Getting started: 60 seconds with Statys

First of all. We have examples. Yes, they are commented. Just browse to examples/, chose your subpackage, and follow the example. Alternatively, if you wish to learn even more, please take a minute:

Statys is based on the following structure, and you should pay attention to its tree:

- statys
    - core
        - distribution
    - plotters
        - critical
        - significance
    - tests
        - friedman
        - mann_whitney
        - measure
        - wilcoxon
    - utils
        - constants
        - exception
        - logging
        - wrappers

Core

Core is the core. Essentially, it is the parent of everything. You should find parent classes defining the basis of our structure. They should provide variables and methods that will help to construct other modules.

Plotters

An alternative way to analyze a statistical test is by visualizing it. Hence, this package provides some customized functions that create friendly and readable plots to help users in their insights.

Tests

Analysis should be conducted on tests, correct? This package offers a variety of statistical tests, such as Friedman, Wilcoxon, and sampling measurements, e.g., mean, median, and standard deviation.

Utils

This is a utility package. Everyday things shared across the application should be implemented here. It is better to implement once and use it as you wish than re-implementing the same thing repeatedly.


Installation

We believe that everything has to be easy. Not tricky or daunting, Statys will be the one-to-go package that you will need, from the first installation to the daily-tasks implementing needs. If you may just run the following under your most preferred Python environment (raw, conda, virtualenv, whatever):

pip install statys

Alternatively, if you prefer to install the bleeding-edge version, please clone this repository and use:

pip install -e .

Environment configuration

Note that sometimes, there is a need for additional implementation. If needed, from here, you will be the one to know all of its details.

Ubuntu

No specific additional commands are needed.

Windows

No specific additional commands are needed.

MacOS

No specific additional commands are needed.


Support

We know that we do our best, but it is inevitable to acknowledge that we make mistakes. If you ever need to report a bug, report a problem, talk to us, please do so! We will be available at our bests at this repository or [email protected].


statys's People

Contributors

dependabot[bot] avatar gugarosa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

qotic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.