net_guess: Make a Guess Using a Neural Network

Description Usage Arguments Details

View source: R/net_guess.R

Description

Function that uses the neural network to make a guess at the test set

Usage

1
2
net_guess(train_set, test_set, form = place_id ~ x + y + time,
  use_map3 = FALSE, ...)

Arguments

train_set

data.table of training data

test_set

data.table of test data

form

formula used by nnet

use_map3

Logical, default is FALSE, mean average precision (at 3) is not used as metric during tuning

...

other arguments to be passed

Details

Just learning to use nnet


rBatt/facebook5 documentation built on May 26, 2019, 7:44 p.m.