|
|
|
|
|
by falcor84
1050 days ago
|
|
How about this? I keep a running probability (e.g. a 32bit float) for the successful outcome of each future event I have absolutely no idea about. At first I make it 50%, but I gradually adjust with each result, such that I aim to minimize my bias. It might sound silly, but at the minimum it would encode some information about the kind of events I'm typically asked to predict. And I do expect it could end up something like 0.5642635 for a particular time in my life. |
|