Jovan Veljanoski

Results 39 issues of Jovan Veljanoski

Credit to Hotaru which discovered this problem and alerted us via Slack. If a name has a math symbol (like a minus sigh) it sometimes causes problems. This PR exposes...

This issue could in partly due to `count` something being buggy when handling arrow data that has missing values. Not sure tho, but there are tests implemented that cover these...

priority: high

Closes: https://github.com/vaexio/vaex/issues/2071 Checklist: - [x] Make unit-tests - [ ] Make tests pass

priority: medium

Hello, I am not sure if this is a bug, but perhaps a peculiar behavior that I'd like to report. Over the past few weeks I noticed this: compiling a...

needs info

Update vaex-ml to follow the APIs specs of xgboost, lightgbm given some recent changes in their new major version releases.

Proposal: since we are soon moving to a new major version, I propose we remove some of the deprecated methods, like `label_encode`, especially since there are methods superseding them (`ordinal_encode`...

This PR enables the subtraction a datetime64 expression from a constant np.datetime64 values. Note: the reverse works, i.e. subtracting a constant np.datetime64 value from a datetime expression works well. The...

bug
priority: high

This PR fixes several (hopefully) small issues that pop up when using string columns with vaex, now that it is primarily arrow based. List of new / updated unit tests:...

priority: high

Hi, First of all, good job! Looks like a simple yet potentially effective algorithm. It would be great to get the `.predict` method to work on unseen data, to classify...