Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better prediction of file names #3

Open
stheid opened this issue Jan 17, 2022 · 0 comments
Open

Better prediction of file names #3

stheid opened this issue Jan 17, 2022 · 0 comments

Comments

@stheid
Copy link
Owner

stheid commented Jan 17, 2022

Right now there are many files being put into the "check" folder that should be filtered alltogether.

Maybe the following simple classifier can be used:
Each possible tatort name is a class, than we extract the following features:
Name similarity; IsTeamMemberInDescription, IsCityInDescription...

Namesimilarity is probably passed to a transformation function such that only very high values are considered. Than i simply calculate the covex combination of the features with weights. Maybe the current function can be used to generate a dataset such that we can tune the weights or i will simply tune them by hand

stheid pushed a commit that referenced this issue Mar 31, 2022
stheid pushed a commit that referenced this issue Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant