notadamking/RLTrader

Making training/testing deterministic

Open

#36 aberto em 12 de jun. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (535 forks)batch import
enhancementhelp wantedquestion

Métricas do repositório

Stars
 (1.592 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Do you guys know how to make training / testing deterministic, e.g. train / test with reproducible results? There is a seed parameter in learn method, however, I don't think it works properly. Even if I set it to constant, the trained model comes out different every time. For testing, predict method has deterministic parameter, that seems to work as intended.

Guia do colaborador