Chris Conlan

Results 12 comments of Chris Conlan

Update: It seems that `EnableSendFile on` in Apache 2.4 is not supported through the `SENDFILE_BACKEND = 'sendfile.backends.xsendfile'` configuration option. Nonetheless, I still think `EnableSendFile on` should be investigated as a...

Hey there, sorry for the late reply. The output of this function is intended to be a precise and easy-to-access annualization factor for metrics like the Sharpe ratio that require...

Hi @Kerberos007, please try running the corresponding code in this file: https://github.com/chrisconlan/algorithmic-trading-with-python/blob/master/src/simulate_portfolio.py

It is the similar to listing 4.7 but does not throw the error you described.

Same story here. Got the warning but didn't affect results. I think it should be more obvious whether or not user action is required.

> One issue that came up with the solution of `register_global_config` is that pandas has global configs but doesn't depend on joblib, so we can't really ask them to register...

Almost done. This error message is hilarious... ``` ====================================================================== FAIL: test_pep8_conformance (test_fuzzywuzzy.TestCodeFormat) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/cconlan/Desktop/utils/fuzzywuzzy/test_fuzzywuzzy.py", line 566, in test_pep8_conformance self.assertEqual(result.total_errors, 0, "PEP8 POLICE - WOOOOOWOOOOOOOOOO")...