LoginSignup
0
1

More than 3 years have passed since last update.

とりあえず役にたちそうなLinkをまとめてみる

Last updated at Posted at 2020-05-06

はじめに

自分の知識が古すぎてつらいので、いろいろ学び中。そのためのメモ。

R

tidyverse

library(tidyverse)

その他

いろいろなモジュールのチートシート。
- RStudio Cheatsheets

Python

pandas

import numpy as np
import pandas as pd

seaborn

matplotlibをベースにした、よりきれいなグラフが描けるモジュール。set関数はデフォルトがstyle='darkgrid'になっており、sns.set()だけでggplotライクなグラフが描ける。ggplotもいじれば見た目は変わるだろうけど。

import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline

sns.set()

scikit-lean

GCP

Big Query

AI Platform Notebook

JupyterからRが使える!

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1