From 190467c82d5245c380be671c191ad15419a9c208 Mon Sep 17 00:00:00 2001 From: scharoun Date: Fri, 19 May 2017 16:29:15 +0800 Subject: [PATCH] FIX: sh suffix -> bat --- docs/data_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data_format.md b/docs/data_format.md index 7c93aed..9f9c8c0 100644 --- a/docs/data_format.md +++ b/docs/data_format.md @@ -144,7 +144,7 @@ In default, ```bin/transform.py``` is not used, and you can set ```transform="tr ### **Data Format Transform Tool** ### -Ytklearn provides the script[libsvm_convert_2_ytklearn.sh](../bin/libsvm_convert_2_ytklearn.sh) ([win_libsvm_convert_2_ytklearn.sh](../bin/win_libsvm_convert_2_ytklearn.sh) for windows) to transform data format from libsvm to ytklearn. It will **generate a new dataset file** of ytklearn format and the weight of each sample is one. +Ytklearn provides the script[libsvm_convert_2_ytklearn.sh](../bin/libsvm_convert_2_ytklearn.sh) ([win_libsvm_convert_2_ytklearn.bat](../bin/win_libsvm_convert_2_ytklearn.bat) for windows) to transform data format from libsvm to ytklearn. It will **generate a new dataset file** of ytklearn format and the weight of each sample is one. | Task | Desc | Example | Original Format | Converted Format | | ---------------------------------------- | ---------------------------------------- | --------------------------- | ---------------------------------------- | ---------------------------------------- |