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

pipcook-ali-oss-uploader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipcook-ali-oss-uploader

### Description

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@pipcook/plugins-csv-data-collect

Description

This plugin is used to collect CSV dataset. The dataset can be used for tasks with text data, including text classification, text generation and etc. Notice that the url given by this plugin should be a zip file. The contents inside this zip file should have following structure:

  • train
    • [filename].csv
  • validation*
    • [filename].csv
  • test*
    • [filename].csv

* means optional. [filename] means this placeholder could be replaced by your own filename.

Required Parameters

ParameterTypeDescription
urlstringUrl or path of your zip file. If it's a local file, add prefix file://

Optional Parameters

ParameterTypeDefault ValueDescription

Example

"dataCollect": {
  "package": "@pipcook/plugins-csv-data-collect",
  "params": {
    "url": "http://ai-sample.oss-cn-hangzhou.aliyuncs.com/image_classification/datasets/textClassification.zip"
  }
}

FAQs

Package last updated on 10 Mar 2021

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