Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • W Web-BAMT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • itmo-sai-code
  • Web-BAMT
  • Wiki
  • Local Setup

Local Setup · Changes

Page history
Updated Local Setup (markdown) authored Sep 15, 2022 by Irina Deeva's avatar Irina Deeva
Hide whitespace changes
Inline Side-by-side
Local-Setup.md
View page @ 291dbc4b
......@@ -55,6 +55,11 @@ print("OK")
```
# 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>
```
if case_id == 0:
......
Clone repository
  • About BAMT algorithms
  • Examples
  • Home
  • Local Setup
  • Project structure
  • User Manual