Skip to content

Commit

Permalink
updated link to adult dataset
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Theologitis <[email protected]>
  • Loading branch information
ntheol committed Oct 17, 2024
1 parent 23843ce commit 4026523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aix360/datasets/adult_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AdultDataset():
"""Adult Dataset.
The Adult dataset, also known as the "Census Income" dataset, is a widely used collection of demographic information derived from the 1994 U.S. Census database
and is available at https://archive.ics.uci.edu/dataset/2/adult.
and is available at https://archive.ics.uci.edu/ml/machine-learning-databases/adult/adult.data.
The target variable is whether an individual earns more than $50,000 per year,
making it a popular dataset for classification tasks in machine learning.
"""
Expand Down

0 comments on commit 4026523

Please sign in to comment.