Jupyter notebook to generate LSTM model artifacts to be used in rapp 66/15166/1
authorsunil.n <sunil.n@samsung.com>
Tue, 21 Oct 2025 06:54:58 +0000 (12:24 +0530)
committersunil.n <sunil.n@samsung.com>
Tue, 21 Oct 2025 06:54:58 +0000 (12:24 +0530)
Change-Id: Ie46c97ba865336467aad0d9b3fcf85d6107a08b8
Signed-off-by: sunil.n <sunil.n@samsung.com>
sample-rapp-generator/rapp-slice-prb-prediction/RAN_Slice_PRB_Prediction_Rapp_Model_Generator.ipynb

index eebfea2..7ba3442 100644 (file)
@@ -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",