Skip to content

Commit f124a9f

Browse files
committed
Revert wording change
1 parent 4e8be6c commit f124a9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/datasets/harrison-boston-house-prices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var data = dataset();
8686

8787
- The dataset has two prototasks: 1) predict nitrous oxide level and 2) predict median home value.
8888

89-
- The median home value field seems to be clamped at `50.00` (corresponding to a median value of $50,000). Clamping is suggested by the fact that the highest median value of exactly $50,000 is reported in 16 cases, while 15 cases have values between $40,000 and $50,000. Values are rounded to the nearest hundred. Harrison and Rubinfeld do not, however, mention any clamping.
89+
- The median home value field seems to be censored at `50.00` (corresponding to a median value of $50,000). Censoring is suggested by the fact that the highest median value of exactly $50,000 is reported in 16 cases, while 15 cases have values between $40,000 and $50,000. Values are rounded to the nearest hundred. Harrison and Rubinfeld do not, however, mention any censoring.
9090

9191
</section>
9292

lib/node_modules/@stdlib/datasets/harrison-boston-house-prices/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
The dataset has two prototasks: 1) predict nitrous oxide level and 2)
2424
predict median home value.
2525

26-
The median home value field seems to be clamped at 50.00 (corresponding to
27-
a median value of $50,000). Clamping is suggested by the fact that the
26+
The median home value field seems to be censored at 50.00 (corresponding to
27+
a median value of $50,000). Censoring is suggested by the fact that the
2828
highest median value of exactly $50,000 is reported in 16 cases, while 15
2929
cases have values between $40,000 and $50,000. Values are rounded to the
3030
nearest hundred. Harrison and Rubinfeld do not, however, mention any
31-
clamping.
31+
censoring.
3232

3333
Returns
3434
-------

0 commit comments

Comments
 (0)