forked from stjordanis/research-1
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from hudson-and-thames/revert-137-fix_directo…
…ry_structure Revert "Improve directory structure"
- Loading branch information
Showing
189 changed files
with
352 additions
and
352 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
678 changes: 339 additions & 339 deletions
678
... Machine Learning/Bet Sizing/EF3M/ef3m.py → Chapter10/EF3M/ef3m.py
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
26 changes: 13 additions & 13 deletions
26
...ial Machine Learning/Bet Sizing/readme.md → Chapter10/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Chapter 10 Exercise Solutions | ||
|
||
## Introduction | ||
This folder contains the notebook that provides the worked solutions to the exercises found at the end of Chapter 10 of "Advances in Financial Machine Learning" by Marcos López de Prado (2018), as well as an implementation of the EF3M algorithm from "A mixture of Gaussians approach to mathematical portfolio oversight: The EF3M algorithm." _Quantitative Finance_, Vol. 14, No. 5, pp. 913-930, which is used in the exercise solutions. | ||
|
||
## Contents | ||
1. `Chapter10_Exercises.ipynb` - notebook with solutions using self contained code | ||
2. `Chapter10_Exercises (mlfinlab).ipynb` - notebook with solutions using the `bet_sizing` functionality of the `mlfinlab` module | ||
2. `ef3m_test.ipynb` - test cases for the EF3M algorithm | ||
3. `EF3M` - small library containing the implementation of EF3M (used in `Chapter10_Exercises.ipynb`) | ||
1. `ef3m.py` - Python file containing the class and methods | ||
2. `__init__.py` - init file for `ef3m.py` | ||
|
||
# Chapter 10 Exercise Solutions | ||
|
||
## Introduction | ||
This folder contains the notebook that provides the worked solutions to the exercises found at the end of Chapter 10 of "Advances in Financial Machine Learning" by Marcos López de Prado (2018), as well as an implementation of the EF3M algorithm from "A mixture of Gaussians approach to mathematical portfolio oversight: The EF3M algorithm." _Quantitative Finance_, Vol. 14, No. 5, pp. 913-930, which is used in the exercise solutions. | ||
|
||
## Contents | ||
1. `Chapter10_Exercises.ipynb` - notebook with solutions using self contained code | ||
2. `Chapter10_Exercises (mlfinlab).ipynb` - notebook with solutions using the `bet_sizing` functionality of the `mlfinlab` module | ||
2. `ef3m_test.ipynb` - test cases for the EF3M algorithm | ||
3. `EF3M` - small library containing the implementation of EF3M (used in `Chapter10_Exercises.ipynb`) | ||
1. `ef3m.py` - Python file containing the class and methods | ||
2. `__init__.py` - init file for `ef3m.py` | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file added
BIN
+929 Bytes
Chapter19/mlfinlab/data_structures/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+814 Bytes
Chapter19/mlfinlab/data_structures/__pycache__/bar_feature.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+7.47 KB
Chapter19/mlfinlab/data_structures/__pycache__/base_bars.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+8.94 KB
Chapter19/mlfinlab/data_structures/__pycache__/imbalance_data_structures.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+9.56 KB
Chapter19/mlfinlab/data_structures/__pycache__/run_data_structures.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+7.16 KB
Chapter19/mlfinlab/data_structures/__pycache__/standard_data_structures.cpython-36.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.77 KB
Chapter19/mlfinlab/features/__pycache__/microstructural.cpython-36.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+146 Bytes
Chapter19/mlfinlab/multi_product/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+367 Bytes
Chapter19/mlfinlab/sample_weights/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+3.94 KB
Chapter19/mlfinlab/sample_weights/__pycache__/attribution.cpython-36.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1009 Bytes
Chapter19/mlfinlab/tests/__pycache__/test_bar_feature.cpython-36.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.06 KB
Chapter19/mlfinlab/tests/__pycache__/test_futures_roll.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+6.99 KB
Chapter19/mlfinlab/tests/__pycache__/test_imbalance_data_structures.cpython-36.pyc
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.86 KB
Chapter19/mlfinlab/tests/__pycache__/test_run_data_structures.cpython-36.pyc
Binary file not shown.
Binary file added
BIN
+3.39 KB
Chapter19/mlfinlab/tests/__pycache__/test_sample_weights.cpython-36.pyc
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.42 KB
Chapter19/mlfinlab/tests/__pycache__/test_standard_data_structures.cpython-36.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.