Skip to content

Instantly share code, notes, and snippets.

@jlstro
jlstro / jupnote_inits.py
Last active August 29, 2018 14:17
[jupnote inits] imports and other text blocks for pandas and jupyter notebook scraping
# algorithms general
import math
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
# decision trees etc.
from sklearn.linear_model import LogisticRegression