Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
bug correction
  • Loading branch information
afraniomelo committed Jan 7, 2025
1 parent 11478fb commit 47d432c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibmon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
__all__ = ['Autoencoder','PCA','ESN','SBM',
'sklearnRegressor', 'PreProcess',
'load_tennessee_eastman', 'load_real_data',
'train_val_test_split', 'complete_analysis', 'comparative_table','targets_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']

0 comments on commit 47d432c

Please sign in to comment.