Skip to content

Commit

Permalink
Update Init
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent 3f57648 commit d10aaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's an example of how to use the package:
```python
from classifierAgent import classifierAgent

dataset_path = "diabetes.csv"
dataset_path = "sampleFile.csv"
output_column = "Outcome"
train_test_ratio = 0.25
scaling_method = 'minmax' # Choose 'minmax' or 'normalize'
Expand Down

0 comments on commit d10aaf6

Please sign in to comment.