Added the files.

This commit is contained in:
Batuhan Berk Başoğlu 2025-05-22 17:25:21 -04:00
commit 6d7acb3556
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
9 changed files with 823 additions and 0 deletions

8
README.md Executable file
View file

@ -0,0 +1,8 @@
# Cut Off Grade Calculator
This is a Python script designed to calculate the cut-off grade. It first calculates recovery using a logistic model based on the weighted average grade. Then, it estimates the processing cost using a regression model derived from real cost data. Using the calculated recovery, processing cost, and net price, the script determines the cut-off grade. Finally, all of these calculations are visualized using a graph.
# Author
Made by Batuhan Berk Başoğlu