From c3a3509eff63423a43c03d42d5e0d163842a1b61 Mon Sep 17 00:00:00 2001 From: David Akim <djakm100@gmail.com> Date: Sat, 29 Jul 2023 14:42:32 +0000 Subject: [PATCH] Update file 2_norm_consts.ipynb --- 2_norm_consts.ipynb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/2_norm_consts.ipynb b/2_norm_consts.ipynb index a689ae0..26d2a78 100644 --- a/2_norm_consts.ipynb +++ b/2_norm_consts.ipynb @@ -1,5 +1,13 @@ { "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Configurar directorios" + ] + }, { "cell_type": "code", "execution_count": null, @@ -10,6 +18,14 @@ "FIREDATADIR = 'processed_fire_data/'" ] }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Cargar bibliotecas" + ] + }, { "cell_type": "code", "execution_count": null, @@ -21,6 +37,14 @@ "import os, gc" ] }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Variables de configuración" + ] + }, { "cell_type": "code", "execution_count": null, @@ -34,6 +58,14 @@ "train = [x for x in np.arange(2002,2015) if x not in val+test] " ] }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Constantes de normalización para variables de entrada:" + ] + }, { "cell_type": "code", "execution_count": null, @@ -56,6 +88,14 @@ "gc.collect()" ] }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Constantes de normalización para variables objetivo:" + ] + }, { "cell_type": "code", "execution_count": null, -- GitLab