Shourya Bose
commited on
Commit
·
adc231f
1
Parent(s):
9b93f60
update README
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The outputs are as follows:
|
|
31 |
|
32 |
The file `custom_dataset_univariate.py` is used in the same way as `custom_dataset.py`, except `dataset_kwargs` does not take in a key called `transformer` (it is deprecated) since there are no categorical features to normalize.
|
33 |
|
34 |
-
##
|
35 |
|
36 |
This repository only requires `numpy` and `torch` packages to run. For details on elements of each dataset, plus its different configurations, one is encouraged to run `example_dataset.py`.
|
37 |
|
|
|
31 |
|
32 |
The file `custom_dataset_univariate.py` is used in the same way as `custom_dataset.py`, except `dataset_kwargs` does not take in a key called `transformer` (it is deprecated) since there are no categorical features to normalize.
|
33 |
|
34 |
+
## Requirements and Example
|
35 |
|
36 |
This repository only requires `numpy` and `torch` packages to run. For details on elements of each dataset, plus its different configurations, one is encouraged to run `example_dataset.py`.
|
37 |
|