amazon_reviews_2013 / .vscode /settings.json
1T Conte
fix: split train and test set
5ea2e73
raw
history blame
No virus
548 Bytes
{
"python.analysis.autoFormatStrings": true,
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.rulers": [
88
],
"editor.renderWhitespace": "all",
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
},
}