Jano Suchal
Jano Suchal
@asafschers sorry for the late reply. Here are two models learned in R, using standard `gbm` message. First is exported to pmml using `pmml` library, second using `r2pmml` library. Both...
Btw this seems to work find in master. Any chance for a version bump on rubygems?
However this line looks extremely suspicious https://github.com/asafschers/scoruby/blob/master/lib/scoruby/models/gradient_boosted_model/model.rb#L23 for basic regression there should be no transformation. Is this for logistic regression only?
You need this. http://github.com/collectiveidea/delayed_job/commit/c743446a31fe5683544b78e9bf86dec371923b38 Depending on which database you use there are different solutions: - with MySQL you should reverse priority order and create a composite[:priority, :run_at], - with Postgres...
You can also use it as a gem. Just look at README http://github.com/collectiveidea/delayed_job#readme
@SteveBenner feel free to open an issue with ideas. Happy to discuss that. However my time to support this gem is pretty limited, and I don't have any active projects...
Hi, thanks for the pull request. But, I do need test for these methods before merging.
I ran into this on my rpi3. It's either taking too long (multiple hours) or failing. I managed to build a aarch64 docker build locally (which also took ages on...
This is great, what is the blocker here (besides the obvious rebase/merge conflict?)
This is how my restore command looks like `restore_command = 'envdir /etc/wal-g.d/env-recovery /usr/local/bin/wal-g wal-fetch --turbo %f %p'` ``` postgres@restore-test:/root$ cd /etc/wal-g.d/env-recovery/ postgres@restore-test:/etc/wal-g.d/env-recovery$ ls AWS_ACCESS_KEY_ID AWS_REGION AWS_SECRET_ACCESS_KEY PGHOST WALE_S3_PREFIX WALG_DOWNLOAD_CONCURRENCY postgres@restore-test:/etc/wal-g.d/env-recovery$...