Prompt 27 1
Read a CSV file containing the columns timestamp, humidity, temp, and usage.
The last column is the target. Split all df into x and y values.
Split x and y values into 80:10:10 train, dev, and test sets.
Use min-max scaler to scale train dataset. Apply the scaler on the other two datasets.
Output:when to use it
Community prompt sourced from the open-source GitHub repo barun-saha/CodePrompt (MIT). A "Prompt 27 1" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
barun-saha/CodePrompt · MIT