GLM Model: summary
family link regularization number_of_predictors_total number_of_active_predictors
1 binomial logit Elastic Net (alpha = 0.05, lambda = 0.07968 ) 18576 434
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai
One way to make a "generic" JSON parser is to only support JSON that has a particular format. For example, I wrote a bunch of code a while ago that used RethinkDB (a nosql db) -- and this is their requirement for JSON (basically it must be able to be easily converted to a Frame):
RethinkDB will accept two formats for JSON files:
An array of JSON documents.
js [ { field: "value" }, { field: "value"}, ... ]Whitespace-separated JSON rows.
js { field: "value" } { field: "value" }
On 9/24/15 6:18 PM, Spencer Aiello wrote:
are there tools that do this automatically without the user knowing? there are those that will like this and those that will hate this. IMO, better for user to manage and understand that what's being shown is not what's being processed in a learning task.