Refactor methods in backtesting

This commit is contained in:
Matthias
2023-04-28 16:09:09 +02:00
parent 0753f427b1
commit 6e395ad7c9
2 changed files with 15 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import logging
from pathlib import Path
from typing import List, Optional
from typing import List
import joblib
import pandas as pd