Stephen Hoover

Results 4 issues of Stephen Hoover

In notebook 01, I found that the "source" column contained a list; check the "type" field for each element of the list separately. In notebook 02, the code implied a...

Several of this library's convenience functions (e.g. `civis.io.read_civis`) have the option to return their results as either a list or as a pandas DataFrame. Users control the return type by...

The `keep_prob` parameter for dropout is deprecated. We should update `muffnn` to the new usage. Per https://www.tensorflow.org/api_docs/python/tf/nn/dropout, "Warning: SOME ARGUMENTS ARE DEPRECATED: (keep_prob). They will be removed in a future...

The `MLPClassifier` automatically encodes single columns of string targets to integers, but does not do so with multioutput problems. It should allow users to enter an array of targets such...

enhancement