Skip to content

Instantly share code, notes, and snippets.

@mia-0032
mia-0032 / duel.R
Last active May 2, 2018 07:13
MtGの対戦成績にロジスティック回帰をかけるスクリプト
library(readr)
library(dplyr)
library(rpart)
library(rpart.plot)
library(randomForest)
library(kernlab)
taisen <- read_csv(
"~/Downloads/taisen.csv",
col_types = cols(Date = col_date(format = "%Y/%m/%d"))
#include <Wio3GforArduino.h>
#include <MMA7660.h>
#define INTERVAL (1000)
#define RECEIVE_TIMEOUT (10000)
Wio3G Wio;
MMA7660 accelemeter;
void setup() {