Update Home

2026-06-18 20:26:09 +00:00
parent 107312795c
commit a03bb47e6f
+1 -1
@@ -2,7 +2,7 @@
</br> </br>
[[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. [[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_comp.py]] - 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 multi set to see if ther ewas improvment. [[forecast_comp.py]] - 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 multi set to see if there was improvment.
</br> </br>
[[forecast_output.json]] - output for python script data. [[forecast_output.json]] - output for python script data.
</br> </br>