Skip to content

Commit

Permalink
test modification
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed Nov 7, 2024
1 parent 56258a8 commit 90aa77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedot_ind/tools/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ def read_arff_files(dataset_name, data_path) -> tuple[pd.DataFrame, np.array, pd
y_train: train target array of shape (n_samples,)
x_test: test dataframe of shape (n_samples, dim) with pd.Series of shape (ts_length,)
y_test: test target array of shape (n_samples,)
"""
def load_process_data(path_to_dataset):
data, meta = loadarff(path_to_dataset)
Expand Down

0 comments on commit 90aa77d

Please sign in to comment.