mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 07:54:19 +00:00
101 KiB
101 KiB
1 | 2023-05-08 04:23:54,262 | __main__ | INFO | Started unimore-bda-6 in DEBUG mode! |
---|---|---|---|---|
2 | 2023-05-08 04:23:54,262 | __main__ | DEBUG | Validating configuration... |
3 | 2023-05-08 04:23:54,263 | __main__ | DEBUG | Ensuring there are no leftover caches... |
4 | 2023-05-08 04:23:54,288 | __main__.sample_reviews_polar | DEBUG | Selected sample_func: sample_reviews_polar |
5 | 2023-05-08 04:23:54,288 | __main__.sample_reviews_polar.ThreeCheat | DEBUG | Selected SentimentAnalyzer: ThreeCheat |
6 | 2023-05-08 04:23:54,289 | __main__ | DEBUG | Running garbage collection... |
7 | 2023-05-08 04:23:54,380 | __main__ | DEBUG | Collected 10 pieces of garbage! |
8 | 2023-05-08 04:23:54,381 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
9 | 2023-05-08 04:23:54,381 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | DEBUG | Run #1 |
10 | 2023-05-08 04:23:54,381 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | DEBUG | Instantiating ThreeCheat with PlainTokenizer... |
11 | 2023-05-08 04:25:04,655 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PlainTokenizer> tokenizer> |
12 | 2023-05-08 04:25:04,656 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | INFO | Training succeeded! |
13 | 2023-05-08 04:25:04,656 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PlainTokenizer> tokenizer> |
14 | 2023-05-08 04:25:04,883 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
15 | 2023-05-08 04:25:05,032 | __main__.sample_reviews_polar.ThreeCheat.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
16 | 2023-05-08 04:25:05,033 | __main__ | DEBUG | Running garbage collection... |
17 | 2023-05-08 04:25:05,131 | __main__ | DEBUG | Collected 0 pieces of garbage! |
18 | 2023-05-08 04:25:05,132 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
19 | 2023-05-08 04:25:05,132 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | DEBUG | Run #1 |
20 | 2023-05-08 04:25:05,132 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | DEBUG | Instantiating ThreeCheat with LowercaseTokenizer... |
21 | 2023-05-08 04:26:13,787 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <LowercaseTokenizer> tokenizer> |
22 | 2023-05-08 04:26:13,787 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | INFO | Training succeeded! |
23 | 2023-05-08 04:26:13,787 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <LowercaseTokenizer> tokenizer> |
24 | 2023-05-08 04:26:13,968 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
25 | 2023-05-08 04:26:14,099 | __main__.sample_reviews_polar.ThreeCheat.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
26 | 2023-05-08 04:26:14,099 | __main__ | DEBUG | Running garbage collection... |
27 | 2023-05-08 04:26:14,188 | __main__ | DEBUG | Collected 0 pieces of garbage! |
28 | 2023-05-08 04:26:14,188 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
29 | 2023-05-08 04:26:14,188 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | DEBUG | Run #1 |
30 | 2023-05-08 04:26:14,188 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | DEBUG | Instantiating ThreeCheat with NLTKWordTokenizer... |
31 | 2023-05-08 04:27:23,968 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <NLTKWordTokenizer> tokenizer> |
32 | 2023-05-08 04:27:23,968 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | INFO | Training succeeded! |
33 | 2023-05-08 04:27:23,968 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <NLTKWordTokenizer> tokenizer> |
34 | 2023-05-08 04:27:24,167 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
35 | 2023-05-08 04:27:24,301 | __main__.sample_reviews_polar.ThreeCheat.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
36 | 2023-05-08 04:27:24,302 | __main__ | DEBUG | Running garbage collection... |
37 | 2023-05-08 04:27:24,391 | __main__ | DEBUG | Collected 0 pieces of garbage! |
38 | 2023-05-08 04:27:24,392 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
39 | 2023-05-08 04:27:24,392 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | DEBUG | Run #1 |
40 | 2023-05-08 04:27:24,392 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | DEBUG | Instantiating ThreeCheat with PottsTokenizer... |
41 | 2023-05-08 04:28:33,262 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PottsTokenizer> tokenizer> |
42 | 2023-05-08 04:28:33,263 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | INFO | Training succeeded! |
43 | 2023-05-08 04:28:33,263 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PottsTokenizer> tokenizer> |
44 | 2023-05-08 04:28:33,455 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
45 | 2023-05-08 04:28:33,587 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
46 | 2023-05-08 04:28:33,587 | __main__ | DEBUG | Running garbage collection... |
47 | 2023-05-08 04:28:33,675 | __main__ | DEBUG | Collected 0 pieces of garbage! |
48 | 2023-05-08 04:28:33,675 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
49 | 2023-05-08 04:28:33,675 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
50 | 2023-05-08 04:28:33,676 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | DEBUG | Instantiating ThreeCheat with PottsTokenizerWithNegation... |
51 | 2023-05-08 04:29:44,684 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PottsTokenizerWithNegation> tokenizer> |
52 | 2023-05-08 04:29:44,684 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
53 | 2023-05-08 04:29:44,684 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PottsTokenizerWithNegation> tokenizer> |
54 | 2023-05-08 04:29:44,900 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
55 | 2023-05-08 04:29:45,029 | __main__.sample_reviews_polar.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
56 | 2023-05-08 04:29:45,030 | __main__ | DEBUG | Running garbage collection... |
57 | 2023-05-08 04:29:45,123 | __main__ | DEBUG | Collected 0 pieces of garbage! |
58 | 2023-05-08 04:29:45,123 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
59 | 2023-05-08 04:29:45,123 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | DEBUG | Run #1 |
60 | 2023-05-08 04:29:45,124 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | DEBUG | Instantiating ThreeCheat with HuggingBertTokenizer... |
61 | 2023-05-08 04:30:52,115 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <HuggingBertTokenizer> tokenizer> |
62 | 2023-05-08 04:30:52,115 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | INFO | Training succeeded! |
63 | 2023-05-08 04:30:52,115 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <HuggingBertTokenizer> tokenizer> |
64 | 2023-05-08 04:30:52,292 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 3.0, 0.0 precision of 3.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
65 | 2023-05-08 04:30:52,420 | __main__.sample_reviews_polar.ThreeCheat.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 2.0 mean absolute error, 4.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, 0.0 precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 0 perfect matches. |
66 | 2023-05-08 04:30:52,421 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: NLTKSentimentAnalyzer |
67 | 2023-05-08 04:30:52,421 | __main__ | DEBUG | Running garbage collection... |
68 | 2023-05-08 04:30:52,511 | __main__ | DEBUG | Collected 0 pieces of garbage! |
69 | 2023-05-08 04:30:52,512 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
70 | 2023-05-08 04:30:52,512 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
71 | 2023-05-08 04:30:52,512 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PlainTokenizer... |
72 | 2023-05-08 04:32:03,680 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PlainTokenizer> tokenizer> |
73 | 2023-05-08 04:34:28,687 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Training succeeded! |
74 | 2023-05-08 04:34:28,691 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PlainTokenizer> tokenizer> |
75 | 2023-05-08 04:35:34,362 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.864 mean absolute error, 3.456 mean squared error, 0.694 recall of 1.0, 0.8463414634146341 precision of 1.0, 0.874 recall of 5.0, 0.7406779661016949 precision of 5.0, 784 perfect matches. |
76 | 2023-05-08 04:35:34,488 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.864 mean absolute error, 3.456 mean squared error, 0.694 recall of 1.0, 0.8463414634146341 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.874 recall of 5.0, 0.7406779661016949 precision of 5.0, 784 perfect matches. |
77 | 2023-05-08 04:35:34,489 | __main__ | DEBUG | Running garbage collection... |
78 | 2023-05-08 04:35:34,594 | __main__ | DEBUG | Collected 0 pieces of garbage! |
79 | 2023-05-08 04:35:34,594 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
80 | 2023-05-08 04:35:34,595 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
81 | 2023-05-08 04:35:34,595 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with LowercaseTokenizer... |
82 | 2023-05-08 04:36:55,269 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
83 | 2023-05-08 04:39:11,292 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training succeeded! |
84 | 2023-05-08 04:39:11,292 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
85 | 2023-05-08 04:40:14,312 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.088 mean absolute error, 4.352 mean squared error, 0.614 recall of 1.0, 0.7953367875647669 precision of 1.0, 0.842 recall of 5.0, 0.6856677524429967 precision of 5.0, 728 perfect matches. |
86 | 2023-05-08 04:40:14,580 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.088 mean absolute error, 4.352 mean squared error, 0.614 recall of 1.0, 0.7953367875647669 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.842 recall of 5.0, 0.6856677524429967 precision of 5.0, 728 perfect matches. |
87 | 2023-05-08 04:40:14,581 | __main__ | DEBUG | Running garbage collection... |
88 | 2023-05-08 04:40:14,683 | __main__ | DEBUG | Collected 0 pieces of garbage! |
89 | 2023-05-08 04:40:14,684 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
90 | 2023-05-08 04:40:14,684 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
91 | 2023-05-08 04:40:14,684 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with NLTKWordTokenizer... |
92 | 2023-05-08 04:41:55,343 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
93 | 2023-05-08 04:44:45,773 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
94 | 2023-05-08 04:44:45,773 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
95 | 2023-05-08 04:45:58,036 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.064 mean absolute error, 4.256 mean squared error, 0.624 recall of 1.0, 0.8 precision of 1.0, 0.844 recall of 5.0, 0.6918032786885245 precision of 5.0, 734 perfect matches. |
96 | 2023-05-08 04:45:58,182 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.064 mean absolute error, 4.256 mean squared error, 0.624 recall of 1.0, 0.8 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.844 recall of 5.0, 0.6918032786885245 precision of 5.0, 734 perfect matches. |
97 | 2023-05-08 04:45:58,183 | __main__ | DEBUG | Running garbage collection... |
98 | 2023-05-08 04:45:58,276 | __main__ | DEBUG | Collected 0 pieces of garbage! |
99 | 2023-05-08 04:45:58,277 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
100 | 2023-05-08 04:45:58,277 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
101 | 2023-05-08 04:45:58,277 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PottsTokenizer... |
102 | 2023-05-08 04:47:08,242 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizer> tokenizer> |
103 | 2023-05-08 04:49:27,045 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Training succeeded! |
104 | 2023-05-08 04:49:27,046 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizer> tokenizer> |
105 | 2023-05-08 04:50:29,370 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.884 mean absolute error, 3.536 mean squared error, 0.69 recall of 1.0, 0.8394160583941606 precision of 1.0, 0.868 recall of 5.0, 0.7368421052631579 precision of 5.0, 779 perfect matches. |
106 | 2023-05-08 04:50:29,496 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.884 mean absolute error, 3.536 mean squared error, 0.69 recall of 1.0, 0.8394160583941606 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.868 recall of 5.0, 0.7368421052631579 precision of 5.0, 779 perfect matches. |
107 | 2023-05-08 04:50:29,497 | __main__ | DEBUG | Running garbage collection... |
108 | 2023-05-08 04:50:29,597 | __main__ | DEBUG | Collected 0 pieces of garbage! |
109 | 2023-05-08 04:50:29,597 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
110 | 2023-05-08 04:50:29,597 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
111 | 2023-05-08 04:50:29,597 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PottsTokenizerWithNegation... |
112 | 2023-05-08 04:51:40,426 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
113 | 2023-05-08 04:54:22,506 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
114 | 2023-05-08 04:54:22,524 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
115 | 2023-05-08 04:55:34,897 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.076 mean absolute error, 4.304 mean squared error, 0.598 recall of 1.0, 0.8147138964577657 precision of 1.0, 0.864 recall of 5.0, 0.6824644549763034 precision of 5.0, 731 perfect matches. |
116 | 2023-05-08 04:55:35,024 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.076 mean absolute error, 4.304 mean squared error, 0.598 recall of 1.0, 0.8147138964577657 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.864 recall of 5.0, 0.6824644549763034 precision of 5.0, 731 perfect matches. |
117 | 2023-05-08 04:55:35,025 | __main__ | DEBUG | Running garbage collection... |
118 | 2023-05-08 04:55:35,134 | __main__ | DEBUG | Collected 0 pieces of garbage! |
119 | 2023-05-08 04:55:35,134 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
120 | 2023-05-08 04:55:35,134 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
121 | 2023-05-08 04:55:35,134 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with HuggingBertTokenizer... |
122 | 2023-05-08 04:56:44,543 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
123 | 2023-05-08 04:59:53,350 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
124 | 2023-05-08 04:59:53,355 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
125 | 2023-05-08 05:01:14,390 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.976 mean absolute error, 3.904 mean squared error, 0.662 recall of 1.0, 0.8152709359605911 precision of 1.0, 0.85 recall of 5.0, 0.7154882154882155 precision of 5.0, 756 perfect matches. |
126 | 2023-05-08 05:01:14,516 | __main__.sample_reviews_polar.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.976 mean absolute error, 3.904 mean squared error, 0.662 recall of 1.0, 0.8152709359605911 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.85 recall of 5.0, 0.7154882154882155 precision of 5.0, 756 perfect matches. |
127 | 2023-05-08 05:01:14,516 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: TensorflowPolarSentimentAnalyzer |
128 | 2023-05-08 05:01:14,517 | __main__ | DEBUG | Running garbage collection... |
129 | 2023-05-08 05:01:14,617 | __main__ | DEBUG | Collected 0 pieces of garbage! |
130 | 2023-05-08 05:01:14,617 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
131 | 2023-05-08 05:01:14,618 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
132 | 2023-05-08 05:01:14,618 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PlainTokenizer... |
133 | 2023-05-08 05:02:29,026 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PlainTokenizer> tokenizer> |
134 | 2023-05-08 05:08:30,280 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Training succeeded! |
135 | 2023-05-08 05:08:30,291 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PlainTokenizer> tokenizer> |
136 | 2023-05-08 05:09:36,879 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.66 mean absolute error, 2.64 mean squared error, 0.818 recall of 1.0, 0.8467908902691511 precision of 1.0, 0.852 recall of 5.0, 0.8239845261121856 precision of 5.0, 835 perfect matches. |
137 | 2023-05-08 05:09:37,030 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.66 mean absolute error, 2.64 mean squared error, 0.818 recall of 1.0, 0.8467908902691511 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.852 recall of 5.0, 0.8239845261121856 precision of 5.0, 835 perfect matches. |
138 | 2023-05-08 05:09:37,030 | __main__ | DEBUG | Running garbage collection... |
139 | 2023-05-08 05:09:37,137 | __main__ | DEBUG | Collected 16645 pieces of garbage! |
140 | 2023-05-08 05:09:37,141 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
141 | 2023-05-08 05:09:37,141 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
142 | 2023-05-08 05:09:37,141 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with LowercaseTokenizer... |
143 | 2023-05-08 05:10:52,022 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
144 | 2023-05-08 05:16:52,775 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training succeeded! |
145 | 2023-05-08 05:16:52,778 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
146 | 2023-05-08 05:17:57,470 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.512 mean absolute error, 2.048 mean squared error, 0.868 recall of 1.0, 0.875 precision of 1.0, 0.876 recall of 5.0, 0.8690476190476191 precision of 5.0, 872 perfect matches. |
147 | 2023-05-08 05:17:57,826 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.512 mean absolute error, 2.048 mean squared error, 0.868 recall of 1.0, 0.875 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.876 recall of 5.0, 0.8690476190476191 precision of 5.0, 872 perfect matches. |
148 | 2023-05-08 05:17:57,827 | __main__ | DEBUG | Running garbage collection... |
149 | 2023-05-08 05:17:57,994 | __main__ | DEBUG | Collected 53604 pieces of garbage! |
150 | 2023-05-08 05:17:58,002 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
151 | 2023-05-08 05:17:58,007 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
152 | 2023-05-08 05:17:58,007 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with NLTKWordTokenizer... |
153 | 2023-05-08 05:19:11,926 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
154 | 2023-05-08 05:25:26,859 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
155 | 2023-05-08 05:25:26,860 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
156 | 2023-05-08 05:26:33,810 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.552 mean absolute error, 2.208 mean squared error, 0.864 recall of 1.0, 0.8605577689243028 precision of 1.0, 0.86 recall of 5.0, 0.8634538152610441 precision of 5.0, 862 perfect matches. |
157 | 2023-05-08 05:26:33,939 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.552 mean absolute error, 2.208 mean squared error, 0.864 recall of 1.0, 0.8605577689243028 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.86 recall of 5.0, 0.8634538152610441 precision of 5.0, 862 perfect matches. |
158 | 2023-05-08 05:26:33,940 | __main__ | DEBUG | Running garbage collection... |
159 | 2023-05-08 05:26:34,099 | __main__ | DEBUG | Collected 47800 pieces of garbage! |
160 | 2023-05-08 05:26:34,113 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
161 | 2023-05-08 05:26:34,116 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
162 | 2023-05-08 05:26:34,117 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PottsTokenizer... |
163 | 2023-05-08 05:27:41,090 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizer> tokenizer> |
164 | 2023-05-08 05:28:28,707 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
165 | 2023-05-08 05:28:28,837 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | DEBUG | Run #2 |
166 | 2023-05-08 05:28:28,837 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PottsTokenizer... |
167 | 2023-05-08 05:29:35,277 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizer> tokenizer> |
168 | 2023-05-08 05:35:48,049 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | INFO | Training succeeded! |
169 | 2023-05-08 05:35:48,049 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizer> tokenizer> |
170 | 2023-05-08 05:36:53,031 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.536 mean absolute error, 2.144 mean squared error, 0.896 recall of 1.0, 0.8452830188679246 precision of 1.0, 0.836 recall of 5.0, 0.8893617021276595 precision of 5.0, 866 perfect matches. |
171 | 2023-05-08 05:36:53,156 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizer.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.536 mean absolute error, 2.144 mean squared error, 0.896 recall of 1.0, 0.8452830188679246 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.836 recall of 5.0, 0.8893617021276595 precision of 5.0, 866 perfect matches. |
172 | 2023-05-08 05:36:53,157 | __main__ | DEBUG | Running garbage collection... |
173 | 2023-05-08 05:36:53,341 | __main__ | DEBUG | Collected 64471 pieces of garbage! |
174 | 2023-05-08 05:36:53,359 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
175 | 2023-05-08 05:36:53,364 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
176 | 2023-05-08 05:36:53,367 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PottsTokenizerWithNegation... |
177 | 2023-05-08 05:38:02,478 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
178 | 2023-05-08 05:43:55,485 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
179 | 2023-05-08 05:43:55,485 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
180 | 2023-05-08 05:45:00,933 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.46 mean absolute error, 1.84 mean squared error, 0.93 recall of 1.0, 0.8532110091743119 precision of 1.0, 0.84 recall of 5.0, 0.9230769230769231 precision of 5.0, 885 perfect matches. |
181 | 2023-05-08 05:45:01,093 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.46 mean absolute error, 1.84 mean squared error, 0.93 recall of 1.0, 0.8532110091743119 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.84 recall of 5.0, 0.9230769230769231 precision of 5.0, 885 perfect matches. |
182 | 2023-05-08 05:45:01,094 | __main__ | DEBUG | Running garbage collection... |
183 | 2023-05-08 05:45:01,253 | __main__ | DEBUG | Collected 41289 pieces of garbage! |
184 | 2023-05-08 05:45:01,263 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
185 | 2023-05-08 05:45:01,266 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
186 | 2023-05-08 05:45:01,267 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with HuggingBertTokenizer... |
187 | 2023-05-08 05:46:09,330 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
188 | 2023-05-08 05:52:00,364 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
189 | 2023-05-08 05:52:00,364 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
190 | 2023-05-08 05:53:05,830 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.504 mean absolute error, 2.016 mean squared error, 0.892 recall of 1.0, 0.861003861003861 precision of 1.0, 0.856 recall of 5.0, 0.8879668049792531 precision of 5.0, 874 perfect matches. |
191 | 2023-05-08 05:53:05,953 | __main__.sample_reviews_polar.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.504 mean absolute error, 2.016 mean squared error, 0.892 recall of 1.0, 0.861003861003861 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.856 recall of 5.0, 0.8879668049792531 precision of 5.0, 874 perfect matches. |
192 | 2023-05-08 05:53:05,954 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: TensorflowCategorySentimentAnalyzer |
193 | 2023-05-08 05:53:05,954 | __main__ | DEBUG | Running garbage collection... |
194 | 2023-05-08 05:53:06,126 | __main__ | DEBUG | Collected 38369 pieces of garbage! |
195 | 2023-05-08 05:53:06,134 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
196 | 2023-05-08 05:53:06,135 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
197 | 2023-05-08 05:53:06,135 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PlainTokenizer... |
198 | 2023-05-08 05:54:14,119 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PlainTokenizer> tokenizer> |
199 | 2023-05-08 05:54:33,790 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
200 | 2023-05-08 05:54:33,920 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | DEBUG | Run #2 |
201 | 2023-05-08 05:54:33,920 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PlainTokenizer... |
202 | 2023-05-08 05:55:41,501 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PlainTokenizer> tokenizer> |
203 | 2023-05-08 06:01:24,114 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | INFO | Training succeeded! |
204 | 2023-05-08 06:01:24,114 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PlainTokenizer> tokenizer> |
205 | 2023-05-08 06:02:28,791 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.54 mean absolute error, 2.16 mean squared error, 0.91 recall of 1.0, 0.8348623853211009 precision of 1.0, 0.82 recall of 5.0, 0.9010989010989011 precision of 5.0, 865 perfect matches. |
206 | 2023-05-08 06:02:28,918 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PlainTokenizer.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.54 mean absolute error, 2.16 mean squared error, 0.91 recall of 1.0, 0.8348623853211009 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.82 recall of 5.0, 0.9010989010989011 precision of 5.0, 865 perfect matches. |
207 | 2023-05-08 06:02:28,919 | __main__ | DEBUG | Running garbage collection... |
208 | 2023-05-08 06:02:29,125 | __main__ | DEBUG | Collected 62312 pieces of garbage! |
209 | 2023-05-08 06:02:29,141 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
210 | 2023-05-08 06:02:29,147 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
211 | 2023-05-08 06:02:29,150 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with LowercaseTokenizer... |
212 | 2023-05-08 06:03:35,550 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
213 | 2023-05-08 06:09:36,303 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training succeeded! |
214 | 2023-05-08 06:09:36,325 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
215 | 2023-05-08 06:10:41,166 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.5 mean absolute error, 2.0 mean squared error, 0.888 recall of 1.0, 0.8654970760233918 precision of 1.0, 0.862 recall of 5.0, 0.8850102669404517 precision of 5.0, 875 perfect matches. |
216 | 2023-05-08 06:10:41,463 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.5 mean absolute error, 2.0 mean squared error, 0.888 recall of 1.0, 0.8654970760233918 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.862 recall of 5.0, 0.8850102669404517 precision of 5.0, 875 perfect matches. |
217 | 2023-05-08 06:10:41,463 | __main__ | DEBUG | Running garbage collection... |
218 | 2023-05-08 06:10:41,638 | __main__ | DEBUG | Collected 36931 pieces of garbage! |
219 | 2023-05-08 06:10:41,649 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
220 | 2023-05-08 06:10:41,651 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
221 | 2023-05-08 06:10:41,651 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with NLTKWordTokenizer... |
222 | 2023-05-08 06:11:54,499 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
223 | 2023-05-08 06:18:16,274 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
224 | 2023-05-08 06:18:16,289 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
225 | 2023-05-08 06:19:23,560 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.524 mean absolute error, 2.096 mean squared error, 0.922 recall of 1.0, 0.833634719710669 precision of 1.0, 0.816 recall of 5.0, 0.912751677852349 precision of 5.0, 869 perfect matches. |
226 | 2023-05-08 06:19:23,846 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.524 mean absolute error, 2.096 mean squared error, 0.922 recall of 1.0, 0.833634719710669 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.816 recall of 5.0, 0.912751677852349 precision of 5.0, 869 perfect matches. |
227 | 2023-05-08 06:19:23,847 | __main__ | DEBUG | Running garbage collection... |
228 | 2023-05-08 06:19:24,044 | __main__ | DEBUG | Collected 34748 pieces of garbage! |
229 | 2023-05-08 06:19:24,054 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
230 | 2023-05-08 06:19:24,055 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
231 | 2023-05-08 06:19:24,056 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizer... |
232 | 2023-05-08 06:20:34,231 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizer> tokenizer> |
233 | 2023-05-08 06:22:40,728 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
234 | 2023-05-08 06:22:40,862 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | DEBUG | Run #2 |
235 | 2023-05-08 06:22:40,862 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizer... |
236 | 2023-05-08 06:23:47,409 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizer> tokenizer> |
237 | 2023-05-08 06:29:58,970 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | INFO | Training succeeded! |
238 | 2023-05-08 06:29:58,971 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizer> tokenizer> |
239 | 2023-05-08 06:31:04,040 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.532 mean absolute error, 2.128 mean squared error, 0.862 recall of 1.0, 0.8707070707070707 precision of 1.0, 0.872 recall of 5.0, 0.8633663366336634 precision of 5.0, 867 perfect matches. |
240 | 2023-05-08 06:31:04,166 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizer.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.532 mean absolute error, 2.128 mean squared error, 0.862 recall of 1.0, 0.8707070707070707 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.872 recall of 5.0, 0.8633663366336634 precision of 5.0, 867 perfect matches. |
241 | 2023-05-08 06:31:04,166 | __main__ | DEBUG | Running garbage collection... |
242 | 2023-05-08 06:31:04,394 | __main__ | DEBUG | Collected 53578 pieces of garbage! |
243 | 2023-05-08 06:31:04,410 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
244 | 2023-05-08 06:31:04,414 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
245 | 2023-05-08 06:31:04,414 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizerWithNegation... |
246 | 2023-05-08 06:32:11,689 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
247 | 2023-05-08 06:38:46,938 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
248 | 2023-05-08 06:38:46,939 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
249 | 2023-05-08 06:39:52,676 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.52 mean absolute error, 2.08 mean squared error, 0.842 recall of 1.0, 0.8919491525423728 precision of 1.0, 0.898 recall of 5.0, 0.8503787878787878 precision of 5.0, 870 perfect matches. |
250 | 2023-05-08 06:39:52,802 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.52 mean absolute error, 2.08 mean squared error, 0.842 recall of 1.0, 0.8919491525423728 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.898 recall of 5.0, 0.8503787878787878 precision of 5.0, 870 perfect matches. |
251 | 2023-05-08 06:39:52,802 | __main__ | DEBUG | Running garbage collection... |
252 | 2023-05-08 06:39:53,016 | __main__ | DEBUG | Collected 28249 pieces of garbage! |
253 | 2023-05-08 06:39:53,020 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
254 | 2023-05-08 06:39:53,021 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
255 | 2023-05-08 06:39:53,021 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with HuggingBertTokenizer... |
256 | 2023-05-08 06:40:58,643 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
257 | 2023-05-08 06:47:32,701 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
258 | 2023-05-08 06:47:32,717 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
259 | 2023-05-08 06:48:40,112 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.456 mean absolute error, 1.824 mean squared error, 0.878 recall of 1.0, 0.8922764227642277 precision of 1.0, 0.894 recall of 5.0, 0.8799212598425197 precision of 5.0, 886 perfect matches. |
260 | 2023-05-08 06:48:40,632 | __main__.sample_reviews_polar.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.456 mean absolute error, 1.824 mean squared error, 0.878 recall of 1.0, 0.8922764227642277 precision of 1.0, inf recall of 2.0, inf precision of 2.0, inf recall of 3.0, inf precision of 3.0, inf recall of 4.0, inf precision of 4.0, 0.894 recall of 5.0, 0.8799212598425197 precision of 5.0, 886 perfect matches. |
261 | 2023-05-08 06:48:40,633 | __main__.sample_reviews_varied | DEBUG | Selected sample_func: sample_reviews_varied |
262 | 2023-05-08 06:48:40,633 | __main__.sample_reviews_varied.ThreeCheat | DEBUG | Selected SentimentAnalyzer: ThreeCheat |
263 | 2023-05-08 06:48:40,633 | __main__ | DEBUG | Running garbage collection... |
264 | 2023-05-08 06:48:40,831 | __main__ | DEBUG | Collected 25349 pieces of garbage! |
265 | 2023-05-08 06:48:40,835 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
266 | 2023-05-08 06:48:40,836 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | DEBUG | Run #1 |
267 | 2023-05-08 06:48:40,836 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | DEBUG | Instantiating ThreeCheat with PlainTokenizer... |
268 | 2023-05-08 06:51:28,962 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PlainTokenizer> tokenizer> |
269 | 2023-05-08 06:51:28,962 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | INFO | Training succeeded! |
270 | 2023-05-08 06:51:28,962 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PlainTokenizer> tokenizer> |
271 | 2023-05-08 06:51:29,148 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
272 | 2023-05-08 06:51:29,277 | __main__.sample_reviews_varied.ThreeCheat.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
273 | 2023-05-08 06:51:29,278 | __main__ | DEBUG | Running garbage collection... |
274 | 2023-05-08 06:51:29,452 | __main__ | DEBUG | Collected 0 pieces of garbage! |
275 | 2023-05-08 06:51:29,453 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
276 | 2023-05-08 06:51:29,453 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | DEBUG | Run #1 |
277 | 2023-05-08 06:51:29,453 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | DEBUG | Instantiating ThreeCheat with LowercaseTokenizer... |
278 | 2023-05-08 06:54:14,359 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <LowercaseTokenizer> tokenizer> |
279 | 2023-05-08 06:54:14,359 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | INFO | Training succeeded! |
280 | 2023-05-08 06:54:14,359 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <LowercaseTokenizer> tokenizer> |
281 | 2023-05-08 06:54:14,546 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
282 | 2023-05-08 06:54:14,682 | __main__.sample_reviews_varied.ThreeCheat.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
283 | 2023-05-08 06:54:14,683 | __main__ | DEBUG | Running garbage collection... |
284 | 2023-05-08 06:54:14,854 | __main__ | DEBUG | Collected 0 pieces of garbage! |
285 | 2023-05-08 06:54:14,855 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
286 | 2023-05-08 06:54:14,855 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | DEBUG | Run #1 |
287 | 2023-05-08 06:54:14,855 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | DEBUG | Instantiating ThreeCheat with NLTKWordTokenizer... |
288 | 2023-05-08 06:57:04,762 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <NLTKWordTokenizer> tokenizer> |
289 | 2023-05-08 06:57:04,762 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | INFO | Training succeeded! |
290 | 2023-05-08 06:57:04,762 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <NLTKWordTokenizer> tokenizer> |
291 | 2023-05-08 06:57:04,974 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
292 | 2023-05-08 06:57:05,108 | __main__.sample_reviews_varied.ThreeCheat.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
293 | 2023-05-08 06:57:05,108 | __main__ | DEBUG | Running garbage collection... |
294 | 2023-05-08 06:57:05,314 | __main__ | DEBUG | Collected 0 pieces of garbage! |
295 | 2023-05-08 06:57:05,314 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
296 | 2023-05-08 06:57:05,315 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | DEBUG | Run #1 |
297 | 2023-05-08 06:57:05,315 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | DEBUG | Instantiating ThreeCheat with PottsTokenizer... |
298 | 2023-05-08 06:59:57,541 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PottsTokenizer> tokenizer> |
299 | 2023-05-08 06:59:57,541 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | INFO | Training succeeded! |
300 | 2023-05-08 06:59:57,541 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PottsTokenizer> tokenizer> |
301 | 2023-05-08 06:59:57,747 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
302 | 2023-05-08 06:59:57,878 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
303 | 2023-05-08 06:59:57,878 | __main__ | DEBUG | Running garbage collection... |
304 | 2023-05-08 06:59:58,051 | __main__ | DEBUG | Collected 0 pieces of garbage! |
305 | 2023-05-08 06:59:58,052 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
306 | 2023-05-08 06:59:58,053 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
307 | 2023-05-08 06:59:58,053 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | DEBUG | Instantiating ThreeCheat with PottsTokenizerWithNegation... |
308 | 2023-05-08 07:02:45,377 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <ThreeCheat with <PottsTokenizerWithNegation> tokenizer> |
309 | 2023-05-08 07:02:45,377 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
310 | 2023-05-08 07:02:45,377 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <PottsTokenizerWithNegation> tokenizer> |
311 | 2023-05-08 07:02:45,560 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
312 | 2023-05-08 07:02:45,691 | __main__.sample_reviews_varied.ThreeCheat.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
313 | 2023-05-08 07:02:45,692 | __main__ | DEBUG | Running garbage collection... |
314 | 2023-05-08 07:02:45,864 | __main__ | DEBUG | Collected 0 pieces of garbage! |
315 | 2023-05-08 07:02:45,865 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
316 | 2023-05-08 07:02:45,865 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | DEBUG | Run #1 |
317 | 2023-05-08 07:02:45,866 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | DEBUG | Instantiating ThreeCheat with HuggingBertTokenizer... |
318 | 2023-05-08 07:05:31,644 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <ThreeCheat with <HuggingBertTokenizer> tokenizer> |
319 | 2023-05-08 07:05:31,644 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | INFO | Training succeeded! |
320 | 2023-05-08 07:05:31,644 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <ThreeCheat with <HuggingBertTokenizer> tokenizer> |
321 | 2023-05-08 07:05:31,852 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
322 | 2023-05-08 07:05:31,992 | __main__.sample_reviews_varied.ThreeCheat.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.2 mean absolute error, 2.0 mean squared error, 0.0 recall of 1.0, inf precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 1.0 recall of 3.0, 0.2 precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.0 recall of 5.0, inf precision of 5.0, 200 perfect matches. |
323 | 2023-05-08 07:05:31,993 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: NLTKSentimentAnalyzer |
324 | 2023-05-08 07:05:31,993 | __main__ | DEBUG | Running garbage collection... |
325 | 2023-05-08 07:05:32,169 | __main__ | DEBUG | Collected 0 pieces of garbage! |
326 | 2023-05-08 07:05:32,170 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
327 | 2023-05-08 07:05:32,170 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
328 | 2023-05-08 07:05:32,170 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PlainTokenizer... |
329 | 2023-05-08 07:08:21,231 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PlainTokenizer> tokenizer> |
330 | 2023-05-08 07:11:30,820 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Training succeeded! |
331 | 2023-05-08 07:11:30,821 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PlainTokenizer> tokenizer> |
332 | 2023-05-08 07:14:09,034 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.341 mean absolute error, 3.443 mean squared error, 0.345 recall of 1.0, 0.5227272727272727 precision of 1.0, 0.31 recall of 2.0, 0.32460732984293195 precision of 2.0, 0.185 recall of 3.0, 0.3557692307692308 precision of 3.0, 0.1 recall of 4.0, 0.3225806451612903 precision of 4.0, 0.7 recall of 5.0, 0.273972602739726 precision of 5.0, 328 perfect matches. |
333 | 2023-05-08 07:14:09,162 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.341 mean absolute error, 3.443 mean squared error, 0.345 recall of 1.0, 0.5227272727272727 precision of 1.0, 0.31 recall of 2.0, 0.32460732984293195 precision of 2.0, 0.185 recall of 3.0, 0.3557692307692308 precision of 3.0, 0.1 recall of 4.0, 0.3225806451612903 precision of 4.0, 0.7 recall of 5.0, 0.273972602739726 precision of 5.0, 328 perfect matches. |
334 | 2023-05-08 07:14:09,162 | __main__ | DEBUG | Running garbage collection... |
335 | 2023-05-08 07:14:09,366 | __main__ | DEBUG | Collected 0 pieces of garbage! |
336 | 2023-05-08 07:14:09,367 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
337 | 2023-05-08 07:14:09,367 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
338 | 2023-05-08 07:14:09,367 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with LowercaseTokenizer... |
339 | 2023-05-08 07:17:00,709 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
340 | 2023-05-08 07:19:56,507 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training succeeded! |
341 | 2023-05-08 07:19:56,614 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
342 | 2023-05-08 07:22:24,654 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.221 mean absolute error, 2.967 mean squared error, 0.45 recall of 1.0, 0.5521472392638037 precision of 1.0, 0.21 recall of 2.0, 0.2876712328767123 precision of 2.0, 0.235 recall of 3.0, 0.36153846153846153 precision of 3.0, 0.135 recall of 4.0, 0.36 precision of 4.0, 0.72 recall of 5.0, 0.2962962962962963 precision of 5.0, 350 perfect matches. |
343 | 2023-05-08 07:22:24,984 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.221 mean absolute error, 2.967 mean squared error, 0.45 recall of 1.0, 0.5521472392638037 precision of 1.0, 0.21 recall of 2.0, 0.2876712328767123 precision of 2.0, 0.235 recall of 3.0, 0.36153846153846153 precision of 3.0, 0.135 recall of 4.0, 0.36 precision of 4.0, 0.72 recall of 5.0, 0.2962962962962963 precision of 5.0, 350 perfect matches. |
344 | 2023-05-08 07:22:24,985 | __main__ | DEBUG | Running garbage collection... |
345 | 2023-05-08 07:22:27,264 | __main__ | DEBUG | Collected 0 pieces of garbage! |
346 | 2023-05-08 07:22:27,264 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
347 | 2023-05-08 07:22:27,265 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
348 | 2023-05-08 07:22:27,265 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with NLTKWordTokenizer... |
349 | 2023-05-08 07:25:27,783 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
350 | 2023-05-08 07:29:06,012 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
351 | 2023-05-08 07:29:06,012 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
352 | 2023-05-08 07:31:53,663 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.281 mean absolute error, 3.281 mean squared error, 0.365 recall of 1.0, 0.5069444444444444 precision of 1.0, 0.315 recall of 2.0, 0.38650306748466257 precision of 2.0, 0.215 recall of 3.0, 0.33076923076923076 precision of 3.0, 0.125 recall of 4.0, 0.32894736842105265 precision of 4.0, 0.715 recall of 5.0, 0.2936344969199179 precision of 5.0, 347 perfect matches. |
353 | 2023-05-08 07:31:53,798 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.281 mean absolute error, 3.281 mean squared error, 0.365 recall of 1.0, 0.5069444444444444 precision of 1.0, 0.315 recall of 2.0, 0.38650306748466257 precision of 2.0, 0.215 recall of 3.0, 0.33076923076923076 precision of 3.0, 0.125 recall of 4.0, 0.32894736842105265 precision of 4.0, 0.715 recall of 5.0, 0.2936344969199179 precision of 5.0, 347 perfect matches. |
354 | 2023-05-08 07:31:53,799 | __main__ | DEBUG | Running garbage collection... |
355 | 2023-05-08 07:31:53,994 | __main__ | DEBUG | Collected 0 pieces of garbage! |
356 | 2023-05-08 07:31:53,994 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
357 | 2023-05-08 07:31:53,994 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
358 | 2023-05-08 07:31:53,994 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PottsTokenizer... |
359 | 2023-05-08 07:34:43,429 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizer> tokenizer> |
360 | 2023-05-08 07:37:43,383 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Training succeeded! |
361 | 2023-05-08 07:37:43,384 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizer> tokenizer> |
362 | 2023-05-08 07:40:07,837 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.244 mean absolute error, 3.022 mean squared error, 0.44 recall of 1.0, 0.5116279069767442 precision of 1.0, 0.255 recall of 2.0, 0.2463768115942029 precision of 2.0, 0.11 recall of 3.0, 0.24175824175824176 precision of 3.0, 0.14 recall of 4.0, 0.4745762711864407 precision of 4.0, 0.745 recall of 5.0, 0.31634819532908703 precision of 5.0, 338 perfect matches. |
363 | 2023-05-08 07:40:07,966 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.244 mean absolute error, 3.022 mean squared error, 0.44 recall of 1.0, 0.5116279069767442 precision of 1.0, 0.255 recall of 2.0, 0.2463768115942029 precision of 2.0, 0.11 recall of 3.0, 0.24175824175824176 precision of 3.0, 0.14 recall of 4.0, 0.4745762711864407 precision of 4.0, 0.745 recall of 5.0, 0.31634819532908703 precision of 5.0, 338 perfect matches. |
364 | 2023-05-08 07:40:07,967 | __main__ | DEBUG | Running garbage collection... |
365 | 2023-05-08 07:40:08,164 | __main__ | DEBUG | Collected 0 pieces of garbage! |
366 | 2023-05-08 07:40:08,164 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
367 | 2023-05-08 07:40:08,165 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
368 | 2023-05-08 07:40:08,165 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with PottsTokenizerWithNegation... |
369 | 2023-05-08 07:42:58,809 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
370 | 2023-05-08 07:46:29,497 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
371 | 2023-05-08 07:46:29,497 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
372 | 2023-05-08 07:49:17,219 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.252 mean absolute error, 3.024 mean squared error, 0.38 recall of 1.0, 0.4 precision of 1.0, 0.255 recall of 2.0, 0.3493150684931507 precision of 2.0, 0.19 recall of 3.0, 0.2550335570469799 precision of 3.0, 0.085 recall of 4.0, 0.3148148148148148 precision of 4.0, 0.725 recall of 5.0, 0.31453362255965295 precision of 5.0, 327 perfect matches. |
373 | 2023-05-08 07:49:17,343 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.252 mean absolute error, 3.024 mean squared error, 0.38 recall of 1.0, 0.4 precision of 1.0, 0.255 recall of 2.0, 0.3493150684931507 precision of 2.0, 0.19 recall of 3.0, 0.2550335570469799 precision of 3.0, 0.085 recall of 4.0, 0.3148148148148148 precision of 4.0, 0.725 recall of 5.0, 0.31453362255965295 precision of 5.0, 327 perfect matches. |
374 | 2023-05-08 07:49:17,344 | __main__ | DEBUG | Running garbage collection... |
375 | 2023-05-08 07:49:17,545 | __main__ | DEBUG | Collected 0 pieces of garbage! |
376 | 2023-05-08 07:49:17,545 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
377 | 2023-05-08 07:49:17,545 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
378 | 2023-05-08 07:49:17,545 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating NLTKSentimentAnalyzer with HuggingBertTokenizer... |
379 | 2023-05-08 07:52:13,697 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <NLTKSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
380 | 2023-05-08 07:56:21,760 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
381 | 2023-05-08 07:56:21,760 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <NLTKSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
382 | 2023-05-08 07:59:30,673 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.37 mean absolute error, 3.612 mean squared error, 0.285 recall of 1.0, 0.5277777777777778 precision of 1.0, 0.275 recall of 2.0, 0.30726256983240224 precision of 2.0, 0.14 recall of 3.0, 0.4 precision of 3.0, 0.225 recall of 4.0, 0.41284403669724773 precision of 4.0, 0.695 recall of 5.0, 0.2602996254681648 precision of 5.0, 324 perfect matches. |
383 | 2023-05-08 07:59:31,016 | __main__.sample_reviews_varied.NLTKSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.37 mean absolute error, 3.612 mean squared error, 0.285 recall of 1.0, 0.5277777777777778 precision of 1.0, 0.275 recall of 2.0, 0.30726256983240224 precision of 2.0, 0.14 recall of 3.0, 0.4 precision of 3.0, 0.225 recall of 4.0, 0.41284403669724773 precision of 4.0, 0.695 recall of 5.0, 0.2602996254681648 precision of 5.0, 324 perfect matches. |
384 | 2023-05-08 07:59:31,017 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: TensorflowPolarSentimentAnalyzer |
385 | 2023-05-08 07:59:31,017 | __main__ | DEBUG | Running garbage collection... |
386 | 2023-05-08 07:59:31,555 | __main__ | DEBUG | Collected 0 pieces of garbage! |
387 | 2023-05-08 07:59:31,556 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
388 | 2023-05-08 07:59:31,556 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
389 | 2023-05-08 07:59:31,556 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PlainTokenizer... |
390 | 2023-05-08 08:02:26,348 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PlainTokenizer> tokenizer> |
391 | 2023-05-08 08:03:02,311 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
392 | 2023-05-08 08:03:02,469 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | DEBUG | Run #2 |
393 | 2023-05-08 08:03:02,470 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PlainTokenizer... |
394 | 2023-05-08 08:05:52,163 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PlainTokenizer> tokenizer> |
395 | 2023-05-08 08:11:33,976 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | INFO | Training succeeded! |
396 | 2023-05-08 08:11:33,976 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PlainTokenizer> tokenizer> |
397 | 2023-05-08 08:12:45,719 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.294 mean absolute error, 3.176 mean squared error, 0.81 recall of 1.0, 0.34394904458598724 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.86 recall of 5.0, 0.32514177693761814 precision of 5.0, 334 perfect matches. |
398 | 2023-05-08 08:12:45,845 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PlainTokenizer.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.294 mean absolute error, 3.176 mean squared error, 0.81 recall of 1.0, 0.34394904458598724 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.86 recall of 5.0, 0.32514177693761814 precision of 5.0, 334 perfect matches. |
399 | 2023-05-08 08:12:45,846 | __main__ | DEBUG | Running garbage collection... |
400 | 2023-05-08 08:12:46,065 | __main__ | DEBUG | Collected 18828 pieces of garbage! |
401 | 2023-05-08 08:12:46,070 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
402 | 2023-05-08 08:12:46,070 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
403 | 2023-05-08 08:12:46,070 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with LowercaseTokenizer... |
404 | 2023-05-08 08:15:33,272 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
405 | 2023-05-08 08:16:12,961 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
406 | 2023-05-08 08:16:13,088 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.2 | DEBUG | Run #2 |
407 | 2023-05-08 08:16:13,088 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.2 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with LowercaseTokenizer... |
408 | 2023-05-08 08:18:56,420 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
409 | 2023-05-08 08:20:44,929 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.2 | ERROR | Training failed, trying again with a different dataset... |
410 | 2023-05-08 08:20:45,449 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | DEBUG | Run #3 |
411 | 2023-05-08 08:20:45,450 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with LowercaseTokenizer... |
412 | 2023-05-08 08:23:26,828 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
413 | 2023-05-08 08:29:01,065 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | INFO | Training succeeded! |
414 | 2023-05-08 08:29:01,065 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
415 | 2023-05-08 08:30:08,213 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.28 mean absolute error, 3.12 mean squared error, 0.84 recall of 1.0, 0.3421588594704684 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.815 recall of 5.0, 0.32023575638506874 precision of 5.0, 331 perfect matches. |
416 | 2023-05-08 08:30:08,342 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.LowercaseTokenizer.3 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.28 mean absolute error, 3.12 mean squared error, 0.84 recall of 1.0, 0.3421588594704684 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.815 recall of 5.0, 0.32023575638506874 precision of 5.0, 331 perfect matches. |
417 | 2023-05-08 08:30:08,342 | __main__ | DEBUG | Running garbage collection... |
418 | 2023-05-08 08:30:08,593 | __main__ | DEBUG | Collected 48511 pieces of garbage! |
419 | 2023-05-08 08:30:08,607 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
420 | 2023-05-08 08:30:08,610 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
421 | 2023-05-08 08:30:08,612 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with NLTKWordTokenizer... |
422 | 2023-05-08 08:32:59,626 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
423 | 2023-05-08 08:38:42,487 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
424 | 2023-05-08 08:38:42,487 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
425 | 2023-05-08 08:39:50,478 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.208 mean absolute error, 2.832 mean squared error, 0.825 recall of 1.0, 0.3900709219858156 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.92 recall of 5.0, 0.3188908145580589 precision of 5.0, 349 perfect matches. |
426 | 2023-05-08 08:39:50,680 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.208 mean absolute error, 2.832 mean squared error, 0.825 recall of 1.0, 0.3900709219858156 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.92 recall of 5.0, 0.3188908145580589 precision of 5.0, 349 perfect matches. |
427 | 2023-05-08 08:39:50,680 | __main__ | DEBUG | Running garbage collection... |
428 | 2023-05-08 08:39:50,885 | __main__ | DEBUG | Collected 5790 pieces of garbage! |
429 | 2023-05-08 08:39:50,887 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
430 | 2023-05-08 08:39:50,887 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
431 | 2023-05-08 08:39:50,887 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PottsTokenizer... |
432 | 2023-05-08 08:42:38,306 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizer> tokenizer> |
433 | 2023-05-08 08:48:26,128 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Training succeeded! |
434 | 2023-05-08 08:48:26,129 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizer> tokenizer> |
435 | 2023-05-08 08:49:31,620 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.224 mean absolute error, 2.896 mean squared error, 0.9 recall of 1.0, 0.32786885245901637 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.78 recall of 5.0, 0.3458980044345898 precision of 5.0, 336 perfect matches. |
436 | 2023-05-08 08:49:31,913 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.224 mean absolute error, 2.896 mean squared error, 0.9 recall of 1.0, 0.32786885245901637 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.78 recall of 5.0, 0.3458980044345898 precision of 5.0, 336 perfect matches. |
437 | 2023-05-08 08:49:31,913 | __main__ | DEBUG | Running garbage collection... |
438 | 2023-05-08 08:49:32,241 | __main__ | DEBUG | Collected 85763 pieces of garbage! |
439 | 2023-05-08 08:49:32,250 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
440 | 2023-05-08 08:49:32,257 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
441 | 2023-05-08 08:49:32,261 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with PottsTokenizerWithNegation... |
442 | 2023-05-08 08:52:32,731 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
443 | 2023-05-08 08:58:22,412 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training succeeded! |
444 | 2023-05-08 08:58:22,424 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
445 | 2023-05-08 08:59:32,565 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.172 mean absolute error, 2.688 mean squared error, 0.84 recall of 1.0, 0.37168141592920356 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.91 recall of 5.0, 0.33211678832116787 precision of 5.0, 350 perfect matches. |
446 | 2023-05-08 08:59:32,737 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.172 mean absolute error, 2.688 mean squared error, 0.84 recall of 1.0, 0.37168141592920356 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.91 recall of 5.0, 0.33211678832116787 precision of 5.0, 350 perfect matches. |
447 | 2023-05-08 08:59:32,737 | __main__ | DEBUG | Running garbage collection... |
448 | 2023-05-08 08:59:34,804 | __main__ | DEBUG | Collected 85747 pieces of garbage! |
449 | 2023-05-08 08:59:34,812 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
450 | 2023-05-08 08:59:34,819 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
451 | 2023-05-08 08:59:34,824 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating TensorflowPolarSentimentAnalyzer with HuggingBertTokenizer... |
452 | 2023-05-08 09:02:54,959 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
453 | 2023-05-08 09:08:45,092 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
454 | 2023-05-08 09:08:45,092 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowPolarSentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
455 | 2023-05-08 09:09:52,755 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 1.258 mean absolute error, 3.032 mean squared error, 0.875 recall of 1.0, 0.3141831238779174 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.81 recall of 5.0, 0.3656884875846501 precision of 5.0, 337 perfect matches. |
456 | 2023-05-08 09:09:52,882 | __main__.sample_reviews_varied.TensorflowPolarSentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 1.258 mean absolute error, 3.032 mean squared error, 0.875 recall of 1.0, 0.3141831238779174 precision of 1.0, 0.0 recall of 2.0, inf precision of 2.0, 0.0 recall of 3.0, inf precision of 3.0, 0.0 recall of 4.0, inf precision of 4.0, 0.81 recall of 5.0, 0.3656884875846501 precision of 5.0, 337 perfect matches. |
457 | 2023-05-08 09:09:52,882 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer | DEBUG | Selected SentimentAnalyzer: TensorflowCategorySentimentAnalyzer |
458 | 2023-05-08 09:09:52,882 | __main__ | DEBUG | Running garbage collection... |
459 | 2023-05-08 09:09:53,244 | __main__ | DEBUG | Collected 85741 pieces of garbage! |
460 | 2023-05-08 09:09:53,252 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer | DEBUG | Selected Tokenizer: PlainTokenizer |
461 | 2023-05-08 09:09:53,258 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | DEBUG | Run #1 |
462 | 2023-05-08 09:09:53,263 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PlainTokenizer... |
463 | 2023-05-08 09:12:44,184 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PlainTokenizer> tokenizer> |
464 | 2023-05-08 09:18:45,371 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Training succeeded! |
465 | 2023-05-08 09:18:45,379 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PlainTokenizer> tokenizer> |
466 | 2023-05-08 09:19:53,641 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.887 mean absolute error, 1.583 mean squared error, 0.27 recall of 1.0, 0.5346534653465347 precision of 1.0, 0.455 recall of 2.0, 0.2808641975308642 precision of 2.0, 0.585 recall of 3.0, 0.3103448275862069 precision of 3.0, 0.165 recall of 4.0, 0.38823529411764707 precision of 4.0, 0.355 recall of 5.0, 0.6283185840707964 precision of 5.0, 366 perfect matches. |
467 | 2023-05-08 09:19:54,023 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PlainTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.887 mean absolute error, 1.583 mean squared error, 0.27 recall of 1.0, 0.5346534653465347 precision of 1.0, 0.455 recall of 2.0, 0.2808641975308642 precision of 2.0, 0.585 recall of 3.0, 0.3103448275862069 precision of 3.0, 0.165 recall of 4.0, 0.38823529411764707 precision of 4.0, 0.355 recall of 5.0, 0.6283185840707964 precision of 5.0, 366 perfect matches. |
468 | 2023-05-08 09:19:54,024 | __main__ | DEBUG | Running garbage collection... |
469 | 2023-05-08 09:19:54,693 | __main__ | DEBUG | Collected 87195 pieces of garbage! |
470 | 2023-05-08 09:19:54,712 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer | DEBUG | Selected Tokenizer: LowercaseTokenizer |
471 | 2023-05-08 09:19:54,714 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Run #1 |
472 | 2023-05-08 09:19:54,715 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with LowercaseTokenizer... |
473 | 2023-05-08 09:22:52,647 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
474 | 2023-05-08 09:23:30,313 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.1 | ERROR | Training failed, trying again with a different dataset... |
475 | 2023-05-08 09:23:30,507 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | DEBUG | Run #2 |
476 | 2023-05-08 09:23:30,508 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with LowercaseTokenizer... |
477 | 2023-05-08 09:27:36,963 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
478 | 2023-05-08 09:33:35,954 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | INFO | Training succeeded! |
479 | 2023-05-08 09:33:35,961 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <LowercaseTokenizer> tokenizer> |
480 | 2023-05-08 09:34:47,990 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.803 mean absolute error, 1.467 mean squared error, 0.48 recall of 1.0, 0.5517241379310345 precision of 1.0, 0.56 recall of 2.0, 0.37966101694915255 precision of 2.0, 0.275 recall of 3.0, 0.3741496598639456 precision of 3.0, 0.425 recall of 4.0, 0.34274193548387094 precision of 4.0, 0.405 recall of 5.0, 0.5955882352941176 precision of 5.0, 429 perfect matches. |
481 | 2023-05-08 09:34:48,200 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.LowercaseTokenizer.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.803 mean absolute error, 1.467 mean squared error, 0.48 recall of 1.0, 0.5517241379310345 precision of 1.0, 0.56 recall of 2.0, 0.37966101694915255 precision of 2.0, 0.275 recall of 3.0, 0.3741496598639456 precision of 3.0, 0.425 recall of 4.0, 0.34274193548387094 precision of 4.0, 0.405 recall of 5.0, 0.5955882352941176 precision of 5.0, 429 perfect matches. |
482 | 2023-05-08 09:34:48,201 | __main__ | DEBUG | Running garbage collection... |
483 | 2023-05-08 09:34:48,460 | __main__ | DEBUG | Collected 21722 pieces of garbage! |
484 | 2023-05-08 09:34:48,464 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer | DEBUG | Selected Tokenizer: NLTKWordTokenizer |
485 | 2023-05-08 09:34:48,465 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Run #1 |
486 | 2023-05-08 09:34:48,465 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with NLTKWordTokenizer... |
487 | 2023-05-08 09:37:43,553 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
488 | 2023-05-08 09:43:52,626 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Training succeeded! |
489 | 2023-05-08 09:43:52,660 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <NLTKWordTokenizer> tokenizer> |
490 | 2023-05-08 09:45:02,535 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.813 mean absolute error, 1.373 mean squared error, 0.545 recall of 1.0, 0.5265700483091788 precision of 1.0, 0.3 recall of 2.0, 0.3821656050955414 precision of 2.0, 0.455 recall of 3.0, 0.3273381294964029 precision of 3.0, 0.32 recall of 4.0, 0.3333333333333333 precision of 4.0, 0.42 recall of 5.0, 0.5060240963855421 precision of 5.0, 408 perfect matches. |
491 | 2023-05-08 09:45:02,815 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.NLTKWordTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.813 mean absolute error, 1.373 mean squared error, 0.545 recall of 1.0, 0.5265700483091788 precision of 1.0, 0.3 recall of 2.0, 0.3821656050955414 precision of 2.0, 0.455 recall of 3.0, 0.3273381294964029 precision of 3.0, 0.32 recall of 4.0, 0.3333333333333333 precision of 4.0, 0.42 recall of 5.0, 0.5060240963855421 precision of 5.0, 408 perfect matches. |
492 | 2023-05-08 09:45:02,815 | __main__ | DEBUG | Running garbage collection... |
493 | 2023-05-08 09:45:03,154 | __main__ | DEBUG | Collected 87193 pieces of garbage! |
494 | 2023-05-08 09:45:03,172 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer | DEBUG | Selected Tokenizer: PottsTokenizer |
495 | 2023-05-08 09:45:03,175 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | DEBUG | Run #1 |
496 | 2023-05-08 09:45:03,176 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizer... |
497 | 2023-05-08 09:47:52,098 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizer> tokenizer> |
498 | 2023-05-08 09:54:06,325 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Training succeeded! |
499 | 2023-05-08 09:54:06,367 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizer> tokenizer> |
500 | 2023-05-08 09:55:15,552 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.779 mean absolute error, 1.527 mean squared error, 0.485 recall of 1.0, 0.563953488372093 precision of 1.0, 0.445 recall of 2.0, 0.43842364532019706 precision of 2.0, 0.51 recall of 3.0, 0.379182156133829 precision of 3.0, 0.41 recall of 4.0, 0.4880952380952381 precision of 4.0, 0.53 recall of 5.0, 0.5638297872340425 precision of 5.0, 476 perfect matches. |
501 | 2023-05-08 09:55:15,809 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.779 mean absolute error, 1.527 mean squared error, 0.485 recall of 1.0, 0.563953488372093 precision of 1.0, 0.445 recall of 2.0, 0.43842364532019706 precision of 2.0, 0.51 recall of 3.0, 0.379182156133829 precision of 3.0, 0.41 recall of 4.0, 0.4880952380952381 precision of 4.0, 0.53 recall of 5.0, 0.5638297872340425 precision of 5.0, 476 perfect matches. |
502 | 2023-05-08 09:55:15,810 | __main__ | DEBUG | Running garbage collection... |
503 | 2023-05-08 09:55:16,193 | __main__ | DEBUG | Collected 87179 pieces of garbage! |
504 | 2023-05-08 09:55:16,211 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation | DEBUG | Selected Tokenizer: PottsTokenizerWithNegation |
505 | 2023-05-08 09:55:16,215 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Run #1 |
506 | 2023-05-08 09:55:16,216 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizerWithNegation... |
507 | 2023-05-08 09:58:25,111 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
508 | 2023-05-08 10:00:21,074 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.1 | ERROR | Training failed, trying again with a different dataset... |
509 | 2023-05-08 10:00:21,453 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | DEBUG | Run #2 |
510 | 2023-05-08 10:00:21,453 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with PottsTokenizerWithNegation... |
511 | 2023-05-08 10:03:50,047 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
512 | 2023-05-08 10:09:51,315 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | INFO | Training succeeded! |
513 | 2023-05-08 10:09:51,315 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <PottsTokenizerWithNegation> tokenizer> |
514 | 2023-05-08 10:11:03,766 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.831 mean absolute error, 1.417 mean squared error, 0.41 recall of 1.0, 0.6307692307692307 precision of 1.0, 0.34 recall of 2.0, 0.29310344827586204 precision of 2.0, 0.43 recall of 3.0, 0.3233082706766917 precision of 3.0, 0.355 recall of 4.0, 0.3271889400921659 precision of 4.0, 0.425 recall of 5.0, 0.5483870967741935 precision of 5.0, 392 perfect matches. |
515 | 2023-05-08 10:11:03,895 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.PottsTokenizerWithNegation.2 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.831 mean absolute error, 1.417 mean squared error, 0.41 recall of 1.0, 0.6307692307692307 precision of 1.0, 0.34 recall of 2.0, 0.29310344827586204 precision of 2.0, 0.43 recall of 3.0, 0.3233082706766917 precision of 3.0, 0.355 recall of 4.0, 0.3271889400921659 precision of 4.0, 0.425 recall of 5.0, 0.5483870967741935 precision of 5.0, 392 perfect matches. |
516 | 2023-05-08 10:11:03,896 | __main__ | DEBUG | Running garbage collection... |
517 | 2023-05-08 10:11:04,168 | __main__ | DEBUG | Collected 13027 pieces of garbage! |
518 | 2023-05-08 10:11:04,172 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer | DEBUG | Selected Tokenizer: HuggingBertTokenizer |
519 | 2023-05-08 10:11:04,172 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Run #1 |
520 | 2023-05-08 10:11:04,172 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | DEBUG | Instantiating TensorflowCategorySentimentAnalyzer with HuggingBertTokenizer... |
521 | 2023-05-08 10:13:51,532 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
522 | 2023-05-08 10:19:41,412 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Training succeeded! |
523 | 2023-05-08 10:19:41,413 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluating sentiment analyzer: <TensorflowCategorySentimentAnalyzer with <HuggingBertTokenizer> tokenizer> |
524 | 2023-05-08 10:20:50,241 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Evaluation results: Evaluation results: 1000 evaluated, 0.872 mean absolute error, 1.63 mean squared error, 0.545 recall of 1.0, 0.461864406779661 precision of 1.0, 0.275 recall of 2.0, 0.3055555555555556 precision of 2.0, 0.26 recall of 3.0, 0.2826086956521739 precision of 3.0, 0.45 recall of 4.0, 0.36 precision of 4.0, 0.465 recall of 5.0, 0.62 precision of 5.0, 399 perfect matches. |
525 | 2023-05-08 10:20:50,775 | __main__.sample_reviews_varied.TensorflowCategorySentimentAnalyzer.HuggingBertTokenizer.1 | INFO | Cumulative evaluation results: Evaluation results: 1000 evaluated, 0.872 mean absolute error, 1.63 mean squared error, 0.545 recall of 1.0, 0.461864406779661 precision of 1.0, 0.275 recall of 2.0, 0.3055555555555556 precision of 2.0, 0.26 recall of 3.0, 0.2826086956521739 precision of 3.0, 0.45 recall of 4.0, 0.36 precision of 4.0, 0.465 recall of 5.0, 0.62 precision of 5.0, 399 perfect matches. |