From fe9ff924397e10d13c8f23be1a9f8c4f6bd6ab39 Mon Sep 17 00:00:00 2001 From: RichieHakim Date: Sun, 10 Mar 2024 13:30:53 -0400 Subject: [PATCH] update docs --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fbaf40..c759449 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ My favorites: - Any model with a `fit` and `predict` method can be used (e.g. `sklearn` and similar) - Uses `optuna` for hyperparameter optimization - Other useful functions: - Signal Processing: - `timeSeries.rolling_percentile_rq_multicore` @@ -57,8 +56,4 @@ Other useful functions: - `image_processing.play_video_cv2` - Plays and/or saves a 3D array as a video using OpenCV - `h5_handling.simple_save` and `h5_handling.simple_load` - - Simple lazy loading and saving of dictionaries as nested h5 files - - `parallel_helpers.multiprocessing_pool_along_axis` - - Easy parallelization of a function along an axis - - `plotting_helpers.get_subplot_indices` - - Returns the subscript indices of the subplots in a figure + - Simple lazy loading and saving of dictionaries as nested h5 files \ No newline at end of file