Jivan Roquet
Jivan Roquet
Hello. This look like a very promising repo but last update was around 2018. Is this still maintained?
Given an imposed set of GPU devices (8x V100 16Go) and using `DaskXGBClassifier`, is there a way to train XGBoost on a dataset that exceeds available GPU memory? Assuming I...
Using XGBoost 1.6.0 with a multi-class classification problem involving 6000+ target classes, about 500 input features and about 2M training rows. Training on a p3.16xlarge 8-GPU machine with Dask on...
### Version 3.0.3 ### Reproduction link [https://router.vuejs.org/guide/advanced/data-fetching.html#fetching-before-navigation](https://router.vuejs.org/guide/advanced/data-fetching.html#fetching-before-navigation) ### Steps to reproduce - visit https://router.vuejs.org/guide/advanced/data-fetching.html#fetching-before-navigation - reproduce the example shown - try to adapt them to a component having its state...
This library is really great work. I was wondering, as it's not clear in the documentation, if there is a way to "simply" get the coordinates for the estimated location...
I have a gzipped file `positions.json.gz` with one geojson object representing one point per line: ```json {"type":"Feature","geometry":{"type":"Point","coordinates":[-88.55666,30.10603]},"properties":{"speed":0}} {"type":"Feature","geometry":{"type":"Point","coordinates":[-88.55661,30.10625]},"properties":{"speed":0}} {"type":"Feature","geometry":{"type":"Point","coordinates":[-88.55695,30.106083]},"properties":{"speed":0}} ``` I run tippecanoe on Ubuntu 16.04 in parallel mode with...
Congratulations for this work. This library is unfortunately incompatible with TensorFlow 2.0, as well as the usage examples. Are then any plans to release a version which supports TF2 in...
When selecting a value from the dropdown list, the inserted `li` tag is of the following form: ```html ... ``` Is it possible to add an additional class or attribute...
First of all, many thanks for the work done on Hedis. I have one interrogation though. I'd make good use of a `pubSub` function that is able to return a...
Assuming the following imports: ```haskell import Data.Ord import qualified Data.Vector as V -- package vector import Data.Vector.Algorithms.Intro (sortBy) -- package vector-algorithms ``` Given the following code: ```haskell V.modify (sortBy $...