Description Usage Arguments See Also Examples
The function saves the desired data in the "./input/*"
directory.
The name of data file will adhere the following naming convention:
prefix
and a suffix
seperated by an underscore.
Use dashes to seperate terms in the prefix
and suffix
.
For example, "train-stage1_tfidf-sublinear.csv"
.
1 2 3 |
prefix |
Either the full name of the file to save (e.g.,
|
suffix |
Suffix of the data file to save This parameter could be useful
when interating through features; e.g., in a for loop. (default is |
folder |
Folder within |
subfolder |
Subfolder with in |
file_ext |
Determines the file extension of the file to save
|
overwrite |
Whether or not an existing file with the same name should be
overwritten. If |
verbose |
Whether or not to print details about the file being saved
(default is |
writer |
Function to write the data to disk.
(default is |
... |
Additional parameters to pass the save function. |
loadData
The complimentary function to saveData
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.