Python script which calculates the Cut-Off Grade in Mining Operations.
Find a file
2025-05-22 17:25:21 -04:00
.idea Added the files. 2025-05-22 17:25:21 -04:00
Formulas.txt Added the files. 2025-05-22 17:25:21 -04:00
Grade_Calculator.py Added the files. 2025-05-22 17:25:21 -04:00
LICENSE.md Added the files. 2025-05-22 17:25:21 -04:00
README.md Added the files. 2025-05-22 17:25:21 -04:00

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