From badbe6af892e9b3095d4ac2b4452626bc0f37983 Mon Sep 17 00:00:00 2001 From: "sunil.n" Date: Tue, 21 Oct 2025 12:24:58 +0530 Subject: [PATCH] Jupyter notebook to generate LSTM model artifacts to be used in rapp Change-Id: Ie46c97ba865336467aad0d9b3fcf85d6107a08b8 Signed-off-by: sunil.n --- .../RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-rapp-generator/rapp-slice-prb-prediction/RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb b/sample-rapp-generator/rapp-slice-prb-prediction/RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb index eebfea2..7ba3442 100644 --- a/sample-rapp-generator/rapp-slice-prb-prediction/RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb +++ b/sample-rapp-generator/rapp-slice-prb-prediction/RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb @@ -58,9 +58,9 @@ "outputs": [], "source": [ "# InfluxDB Configuration\n", - "influx_url = \"http://localhost:8086\"\n", - "influx_org = \"srib\"\n", - "influx_token = \"mRVPMAc6Wa9npA-mvJY2t3ttYS4Sr5JXRflkk81pt_edEz05aGujt2cnNBm3kITix6qRwLCr7HejEV6ufskOcA==\"\n", + "influx_url = \"\"\n", + "influx_org = \"\"\n", + "influx_token = \"\"\n", "bucket = \"nssi_pm_bucket\"\n", "measurement = \"nssi_pm_bucket\"\n", "start = \"-0\"\n", -- 2.16.6