From: sunil.n Date: Tue, 21 Oct 2025 06:54:58 +0000 (+0530) Subject: Jupyter notebook to generate LSTM model artifacts to be used in rapp X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=badbe6af892e9b3095d4ac2b4452626bc0f37983;p=nonrtric%2Fplt%2Frappmanager.git Jupyter notebook to generate LSTM model artifacts to be used in rapp Change-Id: Ie46c97ba865336467aad0d9b3fcf85d6107a08b8 Signed-off-by: sunil.n --- 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",