Pokemon x Data Science (2) --Trial version of thinking about party construction of Pokemon sword shield from network analysis

-[Pokemon x Data Science (1) --I analyzed the rank battle data of Pokemon Sword Shield and visualized it on Tableau](https://qiita.com/b_aka/items/7d2b768dfa7817f34fc2) -[This time] [Pokemon x Data

[Super Introduction to Machine Learning] Learn Pytorch tutorials

This is a compilation of what the author wrote instead of a memo, which the author has not yet grasped the whole picture. I will summarize the contents of the Pytorch tutorial + the contents examin

Convenient tool for beginners (under consideration of ideas)

# Note writing A tool that I would like to have so that even amateurs can participate in recent IT # Language study Most of the sites used for collecting information are heard in English. → I wa

G test measures OCR convolution calculation tool

# Overview This is the first post. I challenged if I could somehow autonomate the rumored convolution calculation when I got out with the G test. I don't think this is a calculation that humans do

Numpy 1.19.4 error RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime.

I ran into an unfamiliar error when trying to use Numpy. I was able to solve it unexpectedly easily, but it seems that there are many people who encounter it, so I will leave it for the time being.

Try normal Linux programming Part 6

It seems to be a famous book so I bought it <a target="_blank" href="https://www.amazon.co.jp/gp/product/4797328355/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4797328355&linkCode=as2&t

Apache Flink 1.9.0: Integrated Alibaba Blink functionality

** Apache Flink 1.9.0 ** is an important update that integrates many of Alibaba **'s Blink features, including batch recovery of batch jobs and a Blink-based query engine. * This blog is a translat

I tried to visualize all decision trees of random forest with SVG

# Overview I tried to summarize how to output multiple decision trees of RF in one SVG file using dtreeviz and svgutils. ## Select and display any model from RF I used the link below as it is and

Organize [Django] commands and roles

# Creating a project #### **`command`** ```python django-admin startproject {Project name} ``` # Creating an application The following command in the directory where manage.py is located #### **`

I wanted to know the number of lines in multiple files, so I tried to get it with a command

When I'm coding ... How big are you guys creating files? How big is the existing file? I want to know the number of lines in each file. I think there is. For studying, I decided to get it wit

Upload and download images with falcon

# Upload and download images with falcon I had to download the image file with falcon, but I will upload it because there was no article in Qiita. ## API source code #### **`server.py`** ```python

I tried to draw a configuration diagram using Diagrams

## Introduction I used draw.io to draw the configuration diagram, but I heard that it can be drawn with code using a tool called diagrams, so I tried it. - [Diagrams Diagram as Code](https://diagram

[Python] (Line) Extract values from graph images

# Introduction Is there a graph image but no data ...? If you have an image, extract it. [![image.png](https://pandas.pydata.org/pandas-docs/version/0.7.3/_images/frame_plot_basic_noleg.png)](https

[GKE] Set Deployment replicas to 0 and notify Go app of OS signal SIGTERM

# theme As the title says. I just wanted to make sure that it was the actual move. # Premise --The GCP environment is ready. --GCP local configured. (The `gcloud` command is ready to use.) --The

Hello World with gRPC / go in Docker environment

# Introduction I started studying go. I started studying gRPC. First, I tried this. I stumbled more than I expected, so I'll keep a record. [Quick start – gRPC](https://grpc.io/docs/languages/go/qui

Library comparison summary to generate PDF with Python

## Purpose of this article When outputting the quotation in PDF, I tried to identify the merits of the related library. The purpose of this article is to present the implementation method and outpu

Environment construction of Flask / MySql / Apache / mod_wsgi / virtualenv with Redhat7 (Python2.7) November 2020

# Verification environment - Red Hat Enterprise Linux Server release 7.9 (Maipo) - Python 2.7.5 - Apache/2.4.6 (Red Hat Enterprise Linux) - Flask 1.1.2 - MySql mysql Ver 8.0.22 for Linux on x86_64 (M

Microsoft Azure Go Introduction

"[Joint Study Group in Big City Okayama -2020 Winter Online-](https://gbdaitokai.connpass.com/event/189232/)" was held online on November 3, 2020 (Tuesday). This was the first time the event was held

I tried to search videos using Youtube Data API (beginner)

# Introduction Input is important for studying data analysis, but practice is the best, so I thought that there would be good data to practice. To be honest, I can't judge whether the Youtube data is

Use the LIKE clause in golang x SQLite3

## Introduction I learned the basics of Go language for a week or two and created a simple web application with CRUD function. I couldn't find an article that would lead to a solution even if I stum

Example of building python development environment on windows (wsl2, vscode, pipenv)

# background --Build a python development environment on windows ――I want to separate the environment for each project --I don't want to use Anaconda --There is a feeling too much --There are few

#Monte Carlo method to find pi using Python

# at first In this article This is an article that explains the program to find the pi using the Monte Carlo method written in the midnight tension as it is by watching Lambda's [Video](https://www.

Text extraction with GCP Cloud Vision API (Python3.6)

# Introduction I tried extracting text from images with GCP Cloud Vision API # Development environment - Windows 10 - Anaconda - Python 3.6 - OpenCV 4.4.0 # Introduction Refer to Detect text in im

Library organization of competition professionals ~ Two-dimensional linear indefinite equation ~

I had a hard time solving [Codeforces Round # 592 (Div.2)-C The Football Season](https://codeforces.com/contest/1244/problem/C) with a quadratic linear indefinite equation, so in this article I wil

Set up a Minecraft resource (Spigot) server via docker (2)

[Minecraft]:https://www.minecraft.net/ja-jp [Multiverse-Portals]:https://dev.bukkit.org/projects/multiverse-portals/ [Multiverse-Inventories]:https://dev.bukkit.org/projects/multiverse-inventories/ [S

How to create an NVIDIA Docker environment

# Introduction Note how to create an NVIDIA Docker environment as of November 4, 2020. Before I knew it, CUDA was not recognized, so I decided to re-install it from the driver. ``` USER@HOST:~$nvid

argparse help manages the confusing phenomenon due to the optional format and its description

# Introduction Hello rtanpo440. Python's standard command line parser argparse is nice! I'm new to Python and I'm new to it, but I thought the command line parser was so easy to write. And argpa

I tried to save the data with discord

Upload the file to the discord channel and get it (Because it was made by a beginner, there may be something strange) # environment python 3.8.2 discord.py 1.5.1 # The reason for trying to make I

Machine learning with python (2) Simple regression analysis

Since I summarized the overall classification of machine learning in the previous article, I will describe each concrete implementation from this time. Click here for the previous article **https:/

Competitive Pro Template (Python)

Following on from [Templates for C ++](https://qiita.com/DaikiSuyama/items/9dba963ba74396b9b7fd), I decided to create a Python template as well. Codeforces, which I'm addicted to recently, requires