-
Total number, number of ratings, number matched, number after criteria is applied, etc.
-
Need to reinstate the selection based on genres, maybe add some hybrids (romcom, romdram, ...). Main thing to figure out is how to cut up a string like "blah dee bleh hee" into 4 distinct strings, "bl…
-
When just 2 users are compared, along with the comparison value output, also give a text judgement, like "horrible match", "bad match", "typical match", "good match", "great match", "excellent match".…
-
I'm thinking list of collection, list of rated films, and list of genres.
-
The number of inputs commands in the ">>python blah.py 0 1 1 203 haha no all" format is getting to be too many, so just create an input file and run it like ">>python blah.py input.txt"
-
Currently the code just outputs all the results to the terminal. I'd like to have them (also?) output to a file, probably a .csv file? At least a text file. Maybe both?
-
Bin widths are currently 1, maybe change them to be 0.5 and see if that looks better.
As of now, they seem too wide.
-
For this, entering "all" would grab both following and followers, get all unique users, and then run the program on all of them.
-
For example, "moogic_following_output_1.txt"
-
When making the full collections list, some films have blank directors and actors...
310-to-yuma-2007,,
500-days-of-summer,,
adaptation,,
the-39-steps,,
The rest look good, so I have no idea …