KellyPortfolio icon indicating copy to clipboard operation
KellyPortfolio copied to clipboard

A tool for combining historical data with user-provided forecasts to produce Kelly optimal portfolio allocations

Results 1 KellyPortfolio issues
Sort by recently updated
recently updated
newest added

When I run the following code: def load_config(path:str)->Dict: "load required config file" with open(path) as config_file: data = json.load(config_file) return data Always show errors: with open(path) as config_file: TypeError: expected...