Learn practical skills, build real-world projects, and advance your career

hypothesistestingnotebook

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="hypothesistestingnotebook")
[jovian] Attempting to save notebook..
import pandas as pd
import numpy as np
import random
import matplotlib.pyplot as plt
%matplotlib inline
#using seed to ensure consistencies accross sessions.
random.seed(42)