More experimentation

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-03 21:46:35 +02:00
parent 1c501db81a
commit 83d870d2ea
43 changed files with 749 additions and 496 deletions

18
.vscode/settings.json vendored
View file

@ -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
}
}