Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 903 Bytes

Contribute.md

File metadata and controls

21 lines (16 loc) · 903 Bytes

If you want to contribute to this repo then follow the steps to setup this repo locally 😄

Follow the steps to set up locally👇

  • 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

These are the basic requirements if there are problems in setting up then refer to the app.py file.

And then you are good to go 🚀