Skip to content

Feature/bianconiglio ml xgboost#64

Open
slope-nextind wants to merge 8 commits into
masterfrom
feature/bianconiglio_ml_xgboost
Open

Feature/bianconiglio ml xgboost#64
slope-nextind wants to merge 8 commits into
masterfrom
feature/bianconiglio_ml_xgboost

Conversation

@slope-nextind
Copy link
Copy Markdown
Contributor

Added new bianconiglio module which contains 4 new blocks:

  1. training block: Sends training data to an ML model through API call, returns training results as a dictionary.
    • inputs:
      • data: list
      • features: list
      • targets: list
    • outputs:
      • results: dict
  2. predict block: Sends inference data to an ML model through API call, returns inference results as a dictionary.
    • inputs:
      • data: list
    • outputs:
      • results: dict
  3. get model state block: Returns the ML model state through API call as a dictionary.
    • inputs: /
    • outputs:
      • state: BianconiglioState
  4. list state block: Attribute state from Bianconiglio ML model.
    • inputs:
      • state: dropdown
    • outputs:
      • state: BianconiglioState

1. training block:
  inputs:
    - data: list
    - features: list
    - targets: list
  outputs:
    - results: dict
2. predict  block:
  inputs:
    - data: list
  outputs:
    - results: dict
3. get model state block:
  inputs: /
  outputs:
    - state: BianconiglioState
4. list state block:
  inputs:
    - state: dropdown
  outputs:
    - state: BianconiglioState
Comment thread tactigon_shapes/modules/bianconiglio/extension.py Outdated
Comment thread tactigon_shapes/modules/bianconiglio/models.py
…d the bianconiglio api endpoints from the config.json and changed the url to the local ip
@slope-nextind
Copy link
Copy Markdown
Contributor Author

Completed review changes. All the changes can be checked in the Jira card at this link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants