Migrate all ODC models and prediction pipeline to Microsoft Planetary Computer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import json
|
||||
nb = json.load(open('01.train_ODC.ipynb'))
|
||||
for idx, cell in enumerate(nb['cells']):
|
||||
if cell['cell_type'] == 'code':
|
||||
print(f"Cell {idx}:")
|
||||
print("".join(cell['source'][:3]))
|
||||
print("-" * 20)
|
||||
Reference in New Issue
Block a user