Skip to content

A New York Taxi trip duration estimator, uses the Decision Tree Regresser, accuracy calculated over Root Mean Square Error.

Notifications You must be signed in to change notification settings

ArjunKrooksML/New-York-Taxi-Trip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Import Statements : import pandas as pd import seaborn as sns import matplotlib.pyplot as plt import datetime as dt from sklearn.tree import DecisionTreeRegressor from sklearn.metrics import mean_squared_error from sklearn.model_selection import train_test_split

from sklearn.preprocessing import StandardScaler import warnings; warnings.simplefilter('ignore')

About

A New York Taxi trip duration estimator, uses the Decision Tree Regresser, accuracy calculated over Root Mean Square Error.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published