Skip to content

Instantly share code, notes, and snippets.

@shotahorii
shotahorii / README.md
Last active January 2, 2016 06:39
[statistics] Standardisation
@shotahorii
shotahorii / README.md
Last active January 2, 2016 16:29
[statistics] Frequency Distribution Table

Create Frequency Distribution Table

  • frequency distribution
  • comulaive frequency
  • relative frequency
  • comulative relative frequency
  • sturges' formula

In order to deal with large data, tail recursive optimisation is needed.

@shotahorii
shotahorii / README.md
Created January 9, 2014 06:40
Tail Recursive

A Decorator class for Tail Recursive Optimisation.
Written by George Sakkis here.

@shotahorii
shotahorii / README.md
Created January 11, 2014 16:13
Histogram1

draw a histogram for continuous-type data.

@shotahorii
shotahorii / README.md
Created January 11, 2014 16:15
Histogram2

draw a histogram for discrete-type data.

@shotahorii
shotahorii / README.md
Last active February 4, 2017 15:18
tfidf

Calculate tf-idf for texts in Japanese.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / ModelEvaluationMethods.ipynb
Last active April 26, 2017 22:27
Model evaluation methods
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.