Practical Data Science with SAP by Paul Modderman & Greg Foss

Practical Data Science with SAP by Paul Modderman & Greg Foss

Author:Paul Modderman & Greg Foss [Paul Modderman]
Language: eng
Format: epub
Publisher: O'Reilly Media, Inc.
Published: 2019-09-24T16:00:00+00:00


library(recipes) recipe_object <- recipe(deletion ~ Document.Type + PGr + Matl.Group + Qty.Requested + Un + Valn.Price + Tax.Jur. + Profit.Ctr, data = trn) #We could also just use the . like this to indicate all, but the above is done #for clarity. recipe_object <- recipe(deletion ~ ., data = trn)

Note

If you run into memory errors such as “Error: cannot allocate vector of size x.x Gb” you can increase the memory allowed by using the following command (the first two numbers indicate how many gigs you are allocating; in this case, it’s 12):



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.