Earlier quoted context omitted.
Lots of people use the Dow precisely because it is a bad indicator. If they don't like the conclusion they get with something better, like the W5000 or the S&P500, they can try it again with the Dow for a "second opinion." The whole methodology is a joke anyway. If you evaluate a huge number of search terms, some of them are going do better than others. So terms that might mean something ("debt") get mixed up with te…
Logistic regression and other parametric, non-regularized linear learners tend to do poorly with NLP forecasting -type modeling. (They usually overfit.)
That's why you build another threshold-type learner and then apply logistic regression to convert the score produced by learner A into a probability score.
Then you can tune at the exact point of the precision-recall curve that maximizes business value.