Update Home

2026-06-17 21:21:21 +00:00
parent e6dbd1364f
commit eb5e609091
+3 -2
@@ -1,6 +1,7 @@
# Forecast # Forecast
<-- [[Home]]
</br> </br>
[[forecast.py]] [[forecast.py]] - Takes a data set and uses 80% of the data to train itself and the last 20% of the data to comapre the accuracy of its results. It also shows the mean error of the data generated.
</br> </br>
[[forecast_output.json]] [[forecast_output.json]] - Takes a target data set and addes another set to the LLM to give it more data and prodouce accurate results. Gives the Mean error of the single set and the
</br> </br>