data-formatter
data-formatter copied to clipboard
Takes raw csv input and formats it to be ready for neural networks
I have this error when running data-formatter. It would be nice to have an example file to know if the problem comes from the file or from the code. thanks...
right now we can only take in y values that are numbers (or strings that can be converted to numbers). we cannot take in strings. LabelEncoder would let us take...
I'm experiencing an interesting error: ``` message from Python: ********************************************************************* message from Python: message from Python: Warning, we have received a value in the first row that is not valid:...
it's kind of icky manual work, but: we'd have to do this right at the start, after reading in the dataDescription rows to figure out that we have an nlp...
make sure to add in comments about removing all commas from within the nlp column, as well as removing all quotes
the ones we've created with copies of the training and testing data without dataDescription rows
right now the results are in sparse format before X is, so we're saving them for later in the process.
then that sentiment prediction will just be fed in as a feature to whatever else it is that we're attempting to actually predict with this dataset. i can probably reuse...