... | @@ -55,6 +55,11 @@ print("OK") |
... | @@ -55,6 +55,11 @@ print("OK") |
|
```
|
|
```
|
|
|
|
|
|
# Pass custom dataset to Web-BAMT
|
|
# Pass custom dataset to Web-BAMT
|
|
|
|
|
|
|
|
To use your dataset in the service, you need to submit it in a specific `.csv` format. Each column must correspond to the features being modeled, and each row must correspond to a sample instance. The dataset should not contain the values `nan` and `infinity`. The dataset can have both discrete features (these should be either `strings` or `int` values) and continuous features (these should be `float` values).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Go to `app/api/experiment/controller.py` and find snippet (52-55): <br>
|
|
Go to `app/api/experiment/controller.py` and find snippet (52-55): <br>
|
|
```
|
|
```
|
|
if case_id == 0:
|
|
if case_id == 0:
|
... | | ... | |