Event predictor for game Project SEKAI.
ts-node downloadData.ts
ts-node genModel.tsts-node predict.tsNotice: Minio example end point and key comes from minio offical document.
Environment variables:
REDIS_URLRedis url for saving predict. Format:redis://[user:password@]host[:port][/database][?option=value].MINIO_END_POINTMinio endPoint, which will be used to save predict model. Example:play.min.io.MINIO_BUCKETMinio bucket. Example:europetrip.MINIO_ACCESS_KEYMinio access key. Example:Q3AM3UQ867SPQQA43P2F.MINIO_SECRET_KEYMinio secret key. Example:zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG.
ts-node updateForSekaiViewer.tsts-node predictForSekaiViewer.ts