Skip to content

Instantly share code, notes, and snippets.

View ericshape's full-sized avatar

Ji Wang ericshape

View GitHub Profile
@ericshape
ericshape / flight_prediction.py
Created December 19, 2016 19:18
Flight Prediction Python Code
import numpy as np
import scipy as sp
import pandas as pd
import sklearn
from matplotlib import pyplot as plt
from sklearn import preprocessing
from sklearn.cross_validation import cross_val_predict
from sklearn import metrics
from sklearn.metrics import classification_report
from itertools import cycle