Displaying 3 results from an estimated 3 matches for "dt2vw".
Did you mean:
dt2
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
I'm trying to apply a function defined in the VW R docs, that attemps to
convert a data.table object to Vowpal Wabbit format. In the process i'm
getting the error in printf mentioned in the subject.
The original function is here:
https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R
Below there is a small example that reproduces the error. The function
works great with smaller (less than 100 columns), as shown.
Any suggestions of alternative methods to acomplish the same would be
great, but I'm basically asking, is there a reason for the 100 arguments
limitation?
#...
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
...defined in the VW R docs, that attemps to
>> convert a data.table object to Vowpal Wabbit format. In the process i'm
>> getting the error in printf mentioned in the subject.
>> The original function is here:
>> https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R
>>
>>
>> Below there is a small example that reproduces the error. The function
>> works great with smaller (less than 100 columns), as shown.
>>
>> Any suggestions of alternative methods to acomplish the same would be
>> great, but I'm basically aski...
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
...apply a function defined in the VW R docs, that attemps to
> convert a data.table object to Vowpal Wabbit format. In the process i'm
> getting the error in printf mentioned in the subject.
> The original function is here:
> https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R
>
>
> Below there is a small example that reproduces the error. The function
> works great with smaller (less than 100 columns), as shown.
>
> Any suggestions of alternative methods to acomplish the same would be
> great, but I'm basically asking, is there a reason for th...