Skip to content

Commit

Permalink
delete ML methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 25, 2024
1 parent 0e24e2c commit 82a1a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 179 deletions.
4 changes: 2 additions & 2 deletions examples/loom2parquetchunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

# transpose dataset and convert to parquet.
# process the data per chunks.
chunk_size = 2000
number_chunks = 1000 # Number of chunks to process, if None, all chunks are processed
chunk_size = 50000
number_chunks = 50 # Number of chunks to process, if None, all chunks are processed
count = 0
for (ix, selection, view) in ds.scan(axis=1, batch_size=chunk_size):
# retrieve the chunk
Expand Down
177 changes: 0 additions & 177 deletions fslite/tests/test_ml_methods.py

This file was deleted.

0 comments on commit 82a1a86

Please sign in to comment.