Python

Have Jupyter running on AWS even when you're not there!

Setup Setting up a Jupyter notebook on an AWS ec2 instance to be able to run even when you close your laptop has to be one of the most useful tools ever! However, there’s not enough information online on how to do it. From bits and pieces from all over the internet, here’s how you do it step by step.. Step 1: Setting up SSH Make sure you have an ssh key first.

Continue reading

What is Chemistry?

Playoffs in the NBA just started, and I hear reporters on the news talking about chemistry all the time. However, what exactly is chemistry? What determines if teammates have good chemistry? I decide to google “NBA Chemistry”, and the consensus online is “chemistry”, is actually really hard to define, because it is not quantified yet. So, how do you measure chemistry, when it could mean a million different variables? I decided to take a stab at it by using machine learning methods.

Continue reading

Who is the Murderer? (Exploratory Analysis)

Below is my first exploratory analysis Kernel that I submitted on Kaggle. First Kernel Hello! I plan to look at solved murders. Eventually, I plan to make a prediction on the relationship of the perpetrator to the victim; however, this kernel I will explore perpetrator sex to the victim, the weapon used on the victim import numpy as np import pandas as pd import seaborn as sns import matplotlib.pyplot as plt pd.

Continue reading