Enter the email address associated with your account, and we'll email you a link to reset your password.
instead of X = dataset[:,0:7]
shouldn`t it be X = dataset[:,0:8]
as there are 8 features?