Kaggle Memorandum ~ NLP with Disaster Tweets Part 1 ~
# Challenge Kaggle I tried Kaggle, which I hadn't touched for a while, after a long time. Click here to challenge ↓ <b>Real or Not? NLP with Disaster Tweets</b> https://www.kaggle.com/c/nlp-getting
Solve with Python [100 selected past questions that beginners and intermediates should solve] (024 --027 Depth-first search)
# 1. Purpose Solve [100 past questions that beginners and intermediates should solve](https://qiita.com/e869120/items/eb50fdaece12be418faa) in Python. The goal is to turn light blue by the time you
Resolve the error that appears without setting the user after DLing mysql on MAC
Since mysql is a mac, I downloaded it with Homebrew. https://qiita.com/hkusu/items/cda3e8461e7a46ecf25d I didn't set the user name and it came out as mysql.infoschema.  os.c
When wildcard specification does not work with pylint
# Overview A story about trying to pylint all python files directly under the current directory. For those who may be worried about the same thing, we will provide a temporary solution. # Conclusio
Coexist multiple versions using Node.js n
I had the opportunity to use node.jp at work, I have the opportunity to use different node versions on multiple systems, and now I can switch node versions in virtual environments (CentOs) ## Node
Django startup
Reference URL: https://qiita.com/YoshitakaOkada/items/f434bb0bc493ff9cd65b Last time I was able to successfully start the local server in Python and simply display the fixed value graph (see: https
Othello app (iOS app) made with Python (Kivy)
# Introduction I created an Othello app using kivy, an open source library for developing multi-tap apps in Python. Finally, I built it with (xcode) in the iOS Simulator. # environment python: 3.7.7
Python round is not strictly round
# round function I think I would use the round function when I wanted to turn a number with a decimal into an integer, but it's not exactly a rounding function. Specifically, it is as follows. ```p
How to mention a user group in slack notification, how to check the id of the user group
# How to notify slack There are several methods, but I wrote the following article "[How to do 2 (via app)]([Summary of how to notify slack with python](https://qiita.com/Ikki_U/items/cd3ab65e25cb702
yukicoder contest 264 Review
# result  # Impressions I was impatient and cou
AWS Official "Building Modern Web Applications" Hands-on Hamari
AWS publishes a lot of practical hands-on content that utilizes AWS services. It is also translated into Japanese. Amazon Web Services (AWS) Practical Tutorial https://aws.amazon.com/jp/getting-st
Calculate and draw bounded (closed) Voronoi diagrams in Python
# Introduction The libraries for calculating and drawing Voronoi diagrams in Python include `scipy.spatial.Voronoi` and` scipy.spatial.voronoi_plot_2d`. For details on these, refer to the following
Sort files updated within the period specified by the find command in order of size
## How to use --When investigating the server, I want to see the largest file in a certain period. --ex. The server capacity suddenly increased, but I investigated which file was the cause, etc. ##
Change the font size of the legend in df.plot
# trouble --The size of legend cannot be changed with the argument of df.plt # solution --Put behind plt.legend ```` df.plot() plt.legend(fontsize = 20) ````` --Passed to matplotlib once and ove
[Rails 6 / Google Map API] Post an address and set multiple markers on the map
# Introduction ## What to make It is a map that searches for latitude and longitude from the posted address or place name like this and puts markers at each point. (You can also post your address
RHCSA test preparation-Network settings using networkManager nmtui
<H2> RHCSA test preparation --Network settings using NetworkManager </ H2> From around Red Hat Enterprise Linux 7, software called Network Manager has appeared, and it has become possible to set IP
Loop the For statement in reverse in an HTML file on Django
When creating a blog-type Web application, I thought about creating a view that can display posts as a list using ListView. I tried to display it using the For statement, but as expected, it was sor
RHCSA exam preparation --how to reset root account password
<H2> RHCSA test preparation --How to reset password </ H2> This section describes how to reset the root account password using CentOS8. The meaning of each command operation is described in the fol
Manipulate files and folders in Python
# Content of this article: About file / folder operations with python I investigated how to operate the following files and folders using the standard python modules os and shutil, so I summarized th
Analyze PubMed paper abstracts in word cloud
PubMed publishes abstracts of papers, but it can be very tedious to manually look up the abstracts of hundreds or thousands of reports. Therefore, in this article, we will use the word cloud to tex
Acquire camera position and orientation with ArUco marker
# Introduction ――I felt that the ArUco marker was useful for estimating the self-position of the camera, but I couldn't find a good sample to look for, so I made a note. -(Please tell me if there i
End-to-End single channel sound source separation with Google Colaboratory
Since it is summer vacation, I implemented a program to learn and execute sound source separation with a deep neural network. We have made it possible to study DNN on Google Colaboratory so that any
How to implement 100 data science knocks for data science beginners (for windows10 Home)
# Introduction Recently, I am using various python external libraries such as pandas and numpy because I am creating a private data analysis tool. However, when I use it for data analysis, <b> "I don
[AWS] Build an ECR with AWS CDK
Do you use AWS CDK? I was using CFn, but writing in YAML has become a lot harder, so I recently switched to AWS CDK. So, this time, I would like to write how to build an ECR using AWS CDK. # envi
Grub2-reboot, which allows you to temporarily change the kernel, is convenient. After all, I researched GRUB2 in various ways.
# 1.First of all Have you ever used Linux and experienced "I installed a new kernel module and it didn't boot" or "I changed the boot options I passed to the kernel and it didn't boot"? The ** grub
WSL2 (Windows Subsystem for Linux) installation procedure
# WSL2 (Windows Subsystem for Linux) installation procedure ## Windows update procedure According to the [Official page](https://docs.microsoft.com/ja-jp/windows/wsl/wsl2-index), it seems that the
Feel free to turn Python using the library into an AWS Lambda function
# Task It is convenient to use a library in Python to analyze and organize data. I often use Numpy, Matplotlib, Pandas, Seaborn. After trial and error of various analyzes with Jupyter Notebook, if