Skip to content

Commit

Permalink
Merge branch 'pr-58'
Browse files Browse the repository at this point in the history
  • Loading branch information
afraniomelo committed Jan 7, 2025
2 parents 105278b + 70885e6 commit 11478fb
Show file tree
Hide file tree
Showing 2 changed files with 954 additions and 698 deletions.
6 changes: 3 additions & 3 deletions bibmon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from ._sklearn_regressor import sklearnRegressor
from ._preprocess import PreProcess
from ._load_data import load_tennessee_eastman, load_real_data
from ._bibmon_tools import train_val_test_split, complete_analysis, comparative_table, spearmanr_dendrogram, create_df_with_dates, create_df_with_noise, align_dfs_by_rows
from ._bibmon_tools import train_val_test_split, complete_analysis, comparative_table, targets_comparative_table, spearmanr_dendrogram, create_df_with_dates, create_df_with_noise, align_dfs_by_rows

__all__ = ['Autoencoder','PCA','ESN','SBM',
'sklearnRegressor', 'PreProcess',
'sklearnRegressor', 'PreProcess',
'load_tennessee_eastman', 'load_real_data',
'train_val_test_split', 'complete_analysis', 'comparative_table',
'train_val_test_split', 'complete_analysis', 'comparative_table','targets_comparative_table'
'spearmanr_dendrogram', 'create_df_with_dates',
'create_df_with_noise', 'align_dfs_by_rows']
Loading

0 comments on commit 11478fb

Please sign in to comment.