- Fork and clone the repo.
- Basic requirements are that you should have latest version python installed.
- import the following liberaries:
import pandas as pd
import matplotlib.pyplot as plt
import streamlit as st
from functools import reduce
import warnings
from sklearn import preprocessing
from sklearn.model_selection import train_test_split
from sklearn import tree
from sklearn import metrics