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

Imports

import pandas as pd
import numpy as np
from matplotlib import pyplot as plt
import xgboost as xgb
from tqdm import tqdm
from sklearn.model_selection import train_test_split, KFold
from time import time
import jovian as jvn
from pathlib import Path
path = Path('./data')