DevChill
DevChill
Yes! MacOS is using Eigen 3.3.8 and I cannot build the program. Any workaround? Thanks a lot!
Hello! I looked at the source code, and SGObject is still missing the make_shallow_copy() method. I would like to work on this!
^ following the previous comment... I am trying to run some python example, but I was not able to find shogun.py, as listed in https://github.com/shogun-toolbox/shogun/blob/develop/doc/readme/INTERFACES.md. Can anyone help me with...
@gf712 @LiuYuHui Thanks! However, I am still having dependency issues. Namely, my machine has Eigen3.3.8, but seems like shogun only supports version
Hello! Is this issue still open? If so I would like to work on this issue. I looked at the latest codebase, and it seems that some of the SG_ADD...
^following my previous comment If so, could you tell me what places/models need to have a static variable defined as in the example? Thanks!
Hello, I am interested in implementing this. After reading the arrow.get() API, I still find the description ambiguous. Can you elaborate on "which side of an ambiguous datetime"? Are both...
@systemcatch Hello I saw this stackoverflow post regarding fold. Fold is related to ambiguous local time due to reasons like local time change. Is this what you mean by fold?...
@systemcatch Hello Chris, I traced back to the ```get()``` method, and it points to the ```arrow constructor``` when there are more than 3 args. https://github.com/arrow-py/arrow/blob/1278a21b46fcf145592f15b47a8169f97f54415a/arrow/factory.py#L250 I am wondering if we...
Hi, I can take a look at fixing the edge cases. Is it supposed to print "1 month ago" and "in 1 month" for the month+=1 example? @systemcatch