The average accuracy is calculated after 1000 trainings
This commit is contained in:
@@ -46,7 +46,7 @@ No missing values or duplicate rows were found in the dataset. Outliers in numer
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -60,4 +60,12 @@ To improve model performance and reduce redundancy, I performed feature engineer
|
||||
|
||||
## Modeling
|
||||
|
||||
This model was made using **logistic regression**, it works well in this situation because it models the probability of each class based on the input features, making it effective for categorical outcomes. After experimenting with different hyperparameter settings, including various solvers and iteration limits, I found that removing them entirely did not noticeably change the model's performance, indicating that the default configuration worked well enough for this purpose.
|
||||
This model was made using **logistic regression**, it works well in this situation because it models the probability of each class based on the input features, making it effective for categorical outcomes. After experimenting with different hyperparameter settings, including various solvers and iteration limits, I found that removing them entirely did not noticeably change the model's performance, indicating that the default configuration worked well enough for this purpose.
|
||||
|
||||
---
|
||||
|
||||
## Results
|
||||
|
||||

|
||||

|
||||

|
||||
Reference in New Issue
Block a user