File size: 214 Bytes
43056e4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import sys
sys.path.append('.')
from src.feature_engineering import prepare_data_for_all_horizons

if __name__ == "__main__":
    prepare_data_for_all_horizons("PETR4.SA")
    print("Arquivos gerados com sucesso")