This file contains hidden or 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
#csv_processor.py | |
import chardet | |
import pandas as pd | |
from pathlib import Path | |
from concurrent.futures import ThreadPoolExecutor | |
class CSVProcessor: | |
@staticmethod | |
def process_folder(folder_path, window_size=20, predict_start=0, predict_end=100): |
This file contains hidden or 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
https://github.com/12154545456/764950761/tree/2960a5ac7bfa8aac0989355bb61189adbec0b60e/LSTM%20-%20%E5%89%AF%E6%9C%AC |
This file contains hidden or 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
LSTM - 副本 |
This file contains hidden or 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
#csv_processor.py | |
import chardet | |
import pandas as pd | |
from pathlib import Path | |
from concurrent.futures import ThreadPoolExecutor | |
class CSVProcessor: | |
@staticmethod | |
def process_folder(folder_path, window_size=20, predict_start=0, predict_end=100): |