Thomas Martin
Thomas Martin
#### Describe the bug Import error: `ImportError: cannot import name '_get_column_indices' from 'sklearn.utils' (/opt/conda/envs/rmacc-2024/lib/python3.12/site-packages/sklearn/utils/__init__.py)` #### Steps/Code to Reproduce This is the line of code that causes it to barf: `from...
### What should we add? There are a few ways to speed up raw numpy calculations. I looked at two options: 1. JAX, See documentation [here](https://jax.readthedocs.io/en/latest/jax.numpy.htmll) 2. Numba, documentation [here](https://numba.pydata.org/)...
Hello! I am trying to write out a netCDF file from a siphon'd xarray dataset. Writing out to Zarr works fine. This may be in the wrong spot (see image)....
### What should we add? Creating testing/training/validation datasets is a key step in machine learning [workflows](https://machinelearningmastery.com/difference-test-validation-datasets/). Usually for Climate/Weather ML analysis, we split these datasets on a time dimension. Scikit-learn...
Block of code I am running into issue with: !wget "https://raw.githubusercontent.com/zsylvester/segmenteverygrain/main/segmenteverygrain/checkpoints/checkpoint" !wget "https://raw.githubusercontent.com/zsylvester/segmenteverygrain/main/segmenteverygrain/checkpoints/seg_model.data-00000-of-00001" !wget "https://raw.githubusercontent.com/zsylvester/segmenteverygrain/main/segmenteverygrain/checkpoints/seg_model.index" --2025-01-10 18:56:48-- https://raw.githubusercontent.com/zsylvester/segmenteverygrain/main/segmenteverygrain/checkpoints/checkpoint Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected....
### Version '0.2.0a0' ### On which installation method(s) does this occur? Source ### Describe the issue Working through the notebook / .py file, when I get to this block: `#...
GXF File Format IO is a common file type for grav/mag for USGS releases. It's an ASCII file type with variable header structures. On the dataset that I tested this...
**Description of the desired feature:** [GXF](https://help.seequent.com/Oasismontaj/2023.1/Content/ss/glossary/grid_exchange_format__gxf.htm) is another Geosoft (now seequent) ASCII file format. It is found sometimes with USGS data releases like [here](https://pubs.usgs.gov/of/2000/ofr-00-0198/html/wyoming.htm). There is also this [gist](https://gist.github.com/jobar8/683483df605a906fb3da747b64627305) that...
Update to better support python 3.12. The current numpy >=1.10 requirement is impossible to satisfy on Python 3.12, since NumPy versions 1.10-1.25 don't support Python 3.12.