RFSR icon indicating copy to clipboard operation
RFSR copied to clipboard

Undefined variable

Open wch1996 opened this issue 6 years ago • 1 comments

Dear Jshermeyer, Thank for your hard working. I have a question in 320th line: Train_TrainSet, Train_TestSet, Target_TrainSet, Target_TestSet = train_test_split(Trains[0], Targets[0], test_size=0.1, train_size=0.1) 'Trains' and 'Targets' are not defined,Is this program unnecessary?

wch1996 avatar Oct 15 '19 05:10 wch1996

Yes I think this is actually a redundancy I forgot to remove. Uploaded the updated code with this removed to master.

jshermeyer avatar Oct 15 '19 17:10 jshermeyer