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

my-ml-project

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
!pip install jovian opendatasets --upgrade --quiet
import jovian
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.tree import DecisionTreeClassifier
from sklearn.ensemble import RandomForestClassifier

%matplotlib inline