Skip to content

Instantly share code, notes, and snippets.

@shotahorii
shotahorii / OverviewOfPreprocessing.md
Created April 27, 2019 15:44
Overview of Preprocessing

Overview of Preprocessing

典型的な前処理の流れを記録しておく。

1. データ確認

1.1. 変数の意味確認
1.2. 変数の種類(データ型)と尺度の確認
1.3. ユニークキーの確認

ここまで(1.1~1.3)の確認は、データの内容よりもデータの意味に焦点を当てた確認である。

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / CountDataPreprocessing.ipynb
Created April 26, 2019 21:57
Count Data Preprocessing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / GramSchmidtProcess.ipynb
Created April 23, 2019 17:09
Gram Schmidt Process
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / VectorMatrixOperation.ipynb
Created April 23, 2019 17:08
Vector and Matrix Operations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / InnerProduct.ipynb
Created April 23, 2019 17:06
Inner Product of Vectors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / BayesLogisticRegression.ipynb
Created April 12, 2019 12:34
Logistic Regression from Bayesian
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / DerivativeSigmoidFunction.ipynb
Created April 12, 2019 11:37
Derivative of Sigmoid Function
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / DifferentiationFormulas.ipynb
Last active April 12, 2019 13:52
Differentiation Formulas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.