Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 10, 2024
1 parent f98e26a commit fe9ff92
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

0 comments on commit fe9ff92

Please sign in to comment.