Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

watson-assistant-experiment

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watson-assistant-experiment

Runs K-Fold cross validation on Watson Assistant Skill.

  • 1.8.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

watson-assistant-experiment

Version License: ISC Coverage Status Node.js CI

Runs K-Fold cross validation on Watson Assistant Skill.

Install

npm install -g watson-assistant-experiment

Usage

CLI:

> watson-assistant-experiment

Marcão Experiment Script

  Runs K-Fold cross validation on Watson Assistant Skill. 

Options

  -h, --help                  Print usage instructions.                         
  -a, --apikey string         Watson Assistant API Key.                         
  -w, --workspace_id string   Watson Assistant workspace ID.                    
  -u, --url string            Watson Assistant base URL.                        
  -n, --num_folds number      Number of folds. Default: 3                       
  -v, --version string        Watson Assistant API version. Default: 2020-07-01 
  -o, --output string         Output file. Default: results.json                

Output

  Experiment results in JSON format

As a module:

const Assistant = require('watson-assistant-experiment')
const assistant = new Assistant({ 
  version: '2020-07-01', 
  apikey: 'YOUR_WATSON_ASSISTANT_API_KEY', 
  url: 'YOUR_WATSON_ASSISTANT_SERVICE_URL'
})

let results = await assistant.runExperiment({ workspace_id: 'TARGET_WORKSPACE_ID' })

Run tests

npm run test

Author

👤 Marco Cardoso

Show your support

Give a ⭐️ if this project helped you!

Keywords

FAQs

Package last updated on 28 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc