From 2bc2e6d201d21b9a183a13f0da9d7318894045eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Thu, 22 May 2025 17:27:13 -0400 Subject: [PATCH] Updated the readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6779a8d..3a0d9df 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. +This Python script is designed to calculate the cut-off grade for use in Mining Economics. It begins by calculating the recovery using a logistic model based on the weighted average grade. Next, it estimates the processing cost through a regression model derived from actual cost data. Using the calculated recovery, processing cost, and net price, the script determines the cut-off grade. Finally, all calculations are visualized through a graph for better interpretation. # Author