fixing typo error in logistic reggression lab
the following code has a typo error:
irisy= pd.getdummies(irisy).valuestrainX, testX, trainY, testY = traintestsplit(irisX, irisy, testsize=0.33, random_state=42)
can you please fix it?
1
vote
Anonymous
shared this idea