Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
saketGuptaTiger authored Nov 15, 2017
1 parent 95c13df commit e4df098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import os
os.chdir('C:\\Users\\saket\\Desktop\\cricket machine learning')
#import os
#os.chdir('C:\\Users\\saket\\Desktop\\cricket machine learning')
# Importing the dataset
dataset = pd.read_csv('worldCup.csv')
X = dataset.iloc[:, [1,2,3,4,5,6,7,8]].values
Expand Down

0 comments on commit e4df098

Please sign in to comment.