Shintaro Shiba

Results 37 comments of Shintaro Shiba

same issue, k9s `v0.24.2`. Thank you for this great product, by the way. I love this.

thank you it worked for me too. > selecting last 5 min, 10 min sorry for my stupid question, does this mean overriding `sinceSeconds: 300` in the config?

+1 for this feature - one option may be like `moto` library for AWS services, create a decorator-based one? https://github.com/spulec/moto

Hi @supitalp, related to this - is it possible to run OpenGLRenderer on CPU? In such a case is it ok to set 1 instead of 16, as you mentioned?...

Get your folder ID (for example you can get it from URL: `https://drive.google.com/drive/folders/` ). Then ``` gdrive list --query "( ( not 'provideYourEmailAddressHere' in owners ) or ( visibility =...

sorry for your confusion. as written in the readme, ListNet implementation is not the exact paper. https://github.com/shiba24/learning2rank#listnet If you want to use ListNet, maybe you can look at https://github.com/fullflu/learning-to-rank as...

Thank you for the report, @hedgy123 ! When I implemented and used these codes, the features were not binary, including the number of page-views, the number of stars (favorites), etc....

It's on README. https://github.com/shiba24/learning2rank#usage > X is numpy array with the shape of (num_samples, num_features) and y is numpy array with the shape of (num_samples, ). y is the score...

@541435721 yes, tensorflow-base implementation is work in progress. Chainer version can work now.

@shartoo thank you very much for the useful information! I registered just now 👍