Prompt 27
Read a CSV file containing the columns timestamp, humidity, temp, and usage.
Split the df 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.
The target column is usage. Split all dfs into x and y values.
Output:when to use it
Community prompt sourced from the open-source GitHub repo barun-saha/CodePrompt (MIT). A "Prompt 27" 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