algonell

Results 9 comments of algonell

Hey, They changed the data (~ a month ago, added new features and explicit validation set), this notebook is for the old data sets. Your are welcome to update it...

hi, it's hard to see what's going on, please share the code. maybe the class variable is the first feature instead of the last one? kindly regards, On Mon, May...

hi, it's related to: target = train_data['target'] train_data = pd.DataFrame(poly.transform(train_data.values[:,:-1])) test_data = pd.DataFrame(poly.transform(test_data.values)) train_data['target'] = target.values be sure to have a copy of 'target' column before and after Poly features...

try running without the Poly features, check if the entire flow works. On May 29, 2017 13:51, "AIAdventures" wrote: > in my data set come NA values. > > —...

All changes are within comments only. Do you want me to separate them to granular, per-file commits?

@ByteHamster on my side, cleanups completed, no more to follow.

There are a lot of suggestions within i18n, and other irrelevant ones. I've filtered the results and then selected the blatant ones: `codespell -S */ui/i18n/* -L atMost,initialY,OptIn,ore`

@algonell @olyagpl Do you want me to keep on rebasing to upstream/master, or should I leave it as is?

Understood, will stop rebasing. Thank you.