More experimentation
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
c01d55d291
commit
c11880483d
43 changed files with 749 additions and 496 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -1,3 +1,19 @@
|
|||
{
|
||||
"cSpell.words": ["pydantic", "pyplot", "sklearn", "Tfidf", "Vectorizer"]
|
||||
"cSpell.words": [
|
||||
"botocore",
|
||||
"pydantic",
|
||||
"pyplot",
|
||||
"sklearn",
|
||||
"Tfidf",
|
||||
"tinydb",
|
||||
"Vectorizer",
|
||||
"xmargin"
|
||||
],
|
||||
"files.exclude": {
|
||||
".env": true,
|
||||
"**/.cache": true,
|
||||
"**/.ipynb_checkpoints": true,
|
||||
"**/.mypy_cache": true,
|
||||
"**/.pytest_cache": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue