File size: 97 Bytes
2d424e8
 
 
 
 
 
1
2
3
4
5
6
7
# config.py
EARTH_RADIUS_KM = 6371
CHUNK_SIZE = 256
CHUNK_OVERLAP = 20
SEED = 42
TEST_SIZE = 0.1