Skip to content

Instantly share code, notes, and snippets.

View szdr's full-sized avatar

szdr szdr

  • YJ
  • Tokyo
View GitHub Profile
@szdr
szdr / tmp.csv
Created February 25, 2021 10:13
tmp.csv (lightgbm debug)
label qid f1 f2 f3 f4
1 1 -0.0617813612769628 -0.09245170067623533 1.0978588041528925 0.8050230456206603
1 1 1.1503466882675575 0.07513397245271917 1.2989340339605815 0.0979105427792759
0 1 -0.43336566565226314 -1.2176494740838428 -0.41566542931910155 -0.008433132840687444
0 1 0.9478409085952861 1.347992217845609 -0.05286709745024583 0.9706471532566155
0 1 0.5129238193835362 -1.4125294390129763 -0.0555126613649279 0.7426278630634539
2 1 0.36389872155667796 -1.3872863184843274 -1.895415866565037 -0.3124509503621658
0 1 0.8566460639253118 -1.2806086798710825 0.9918152919191974 -0.19472677600962832
2 1 -0.34760744965254314 -0.38835900690111874 0.01516024204267794 -0.3338204068909759
0 1 -1.0740618032355496 0.8061180273524811 -0.83558724313128 -0.18202375270166407
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / Othello.java
Created May 18, 2017 14:22
Othello
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
static int[][] debugInputs = {
{4, 5},
{5, 5},
{5, 4},
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / PairedTTest.ipynb
Created April 9, 2017 09:24
対応のあるt検定
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / BartlettTest.ipynb
Created April 9, 2017 08:43
バートレット検定
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / BrownForsytheTest.ipynb
Created April 6, 2017 13:25
ブラウン・フォーサイス検定
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / Ftest.ipynb
Created April 6, 2017 13:13
等分散の検定
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / HartleyTest.ipynb
Created April 4, 2017 13:43
ハートレイ検定
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@szdr
szdr / SpearmanCorrelationAnalysis.ipynb
Created April 1, 2017 07:24
スピアマンの順位相関係数
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.