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

Implement CV Based Volatility Estimation #3

Closed
Matgrb opened this issue Nov 12, 2020 · 1 comment
Closed

Implement CV Based Volatility Estimation #3

Matgrb opened this issue Nov 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Matgrb
Copy link
Collaborator

Matgrb commented Nov 12, 2020

The idea would be similar to TrainTestVolatility class, yet instead of repeatedly splitting data into train and test, we could use Repeated CV from sklearn and get train and test scores for each iteration.
The feature would extend BaseVolatilityEstimator. The main difference is implementation of fit() method.

@Matgrb Matgrb added the enhancement New feature or request label Nov 12, 2020
@timvink
Copy link
Collaborator

timvink commented Apr 19, 2021

This issue is in scope of #134

@timvink timvink closed this as completed Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants