Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #1

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Add files via upload #1

wants to merge 26 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 16, 2021

Hi Jacques,

I have finished the first version of my implementation of the pair selection section in Statistical Arbitrage with Vine Copulas.

Hi Jacques,

I have finished the first version of my implementation of the pair selection section in Statistical Arbitrage with Vine Copulas.
Copy link
Member

@Jackal08 Jackal08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Jamie,

I think perhaps python is not the language you usually code in? The code style, design choices, and notebook could use quite a bit more work. I hope that my review can help you to improve going forward.

  • There is way too much duplicate code
  • Not following Python conventions
  • Didn't use a linter
  • Didn't use the class structure correctly
  • All methods are public
  • Param names need to be improved
  • Missing docstrings
  • Way too many white spaces
  • Inconsistent style. Sometimes CamelCase others snake_case.
  • The user needs to do both the basic processing and the desired approach. Why?
  • Visualisations don't really communicate the value of the Partner Selection.
  • Notebook is missing body text.

Jamie_Keng/approach_choice.py Outdated Show resolved Hide resolved
Jamie_Keng/approach_choice.py Outdated Show resolved Hide resolved
Jamie_Keng/approach_choice.py Outdated Show resolved Hide resolved
Jamie_Keng/approach_choice.py Outdated Show resolved Hide resolved
Jamie_Keng/approach_choice.py Outdated Show resolved Hide resolved
Jamie_Keng/skillset_challenge.ipynb Show resolved Hide resolved
Jamie_Keng/skillset_challenge.ipynb Show resolved Hide resolved
Jamie_Keng/skillset_challenge.ipynb Show resolved Hide resolved
Jamie_Keng/skillset_challenge.ipynb Show resolved Hide resolved
Jamie_Keng/skillset_challenge.ipynb Show resolved Hide resolved
@ghost ghost requested a review from Jackal08 February 20, 2021 04:19
@ghost
Copy link
Author

ghost commented Feb 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant