Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 31, 2023
1 parent c14700d commit fe18874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class BucketFeatureConfig(FeatureConfig):
The count of bucket lists used in the bucket feature transform. Each bucket will
have same length.
range: List[float]
range: List[int]
The range of bucket lists only defining the start and end point. The range and
bucket_cnt will define the buckets together. For example, range = [10, 30] and
bucket_cnt = 2, will have two buckets: [10, 20] and [20, 30]
Expand Down

0 comments on commit fe18874

Please sign in to comment.