Sander
Sander
@alauf-ap Works great! Thanks.
Hi @andrewdalpino, I used your code, thanks! The predict method seems to work great, but the `proba` method just returns 0.0 for each label. I'm new to rubix ml, but...
> Hello, @blaaat were you able to solve this? I ran into the same issue No, you? Edit: This is how to reproduce: - Open page without vue-cool-lightbox - navigate...
@wisskid I don't think so; static is a PHP8+ return type; which could be added as regular return type when php7 support is dropped.
> But we're not dropping php7 support, right? This is just a doc block; so it's not dropping php7 support.
`http_build_url('https://www.google.com', [ 'query' => 'test=1', ], HTTP_URL_JOIN_QUERY);` Shouldn't this add the / to path even if it's empty?
Apparently order matters. Start with lower X values in your series array
You're right, I must have made a mistake when testing this yesterday. Thanks :) So this issue is mostly related to #878 Maybe it would be nice to have this...
> BModal has scoped styles, that aren't included in the scss. add these to your style for now: > > ```css > .modal.show { > display: block; > } >...