microprediction icon indicating copy to clipboard operation
microprediction copied to clipboard

If you can measure it, consider it predicted

Results 25 microprediction issues
Sort by recently updated
recently updated
newest added

dennis... more details to follow

When using `get_transactions` it seems to only return a fixed window of results, such as the last n. If I'm working with many streams I may have more transactions than...

If the same data is pushed twice to the same stream resulting in data points like: 8/29 17:17:02 | 16 8/29 17:17:02 | 16 The graph does not deduplicate the...

don't need values anymore https://github.com/microprediction/microprediction/blob/master/microprediction/reader.py

Remove copulas from dependencies as we surely don't need this, do we? That package insists on an old version of numpy and that kind of thing is a deal-breaker going...

Seen this before building 'accumulation_tree.accumulation_tree' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/accumulation_tree x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/nfs/i1/c/home/peter/virtual-envs/optim/include -I/usr/include/python3.7m -c accumulation_tree/accumulation_tree.c -o build/temp.linux-x86_64-3.7/accumulation_tree/accumulation_tree.o...