Skip to content

Instantly share code, notes, and snippets.

View Libardo1's full-sized avatar

Libardo Lopez Libardo1

  • Bogotá, Colombia
View GitHub Profile
import pandas as pd
import numpy as np
'''
Some functions for loading a dataset and performing simple data preparation
'''
def load_dataset(filename, filetype='csv', header=True):
'''