Theodore Vasiloudis

Results 45 comments of Theodore Vasiloudis

We can either close as won't fix, or rename the module to something like `gsf_sagemaker` which should get rid of the error. This should be easy enough to do using...

Another paper cut /UX issue is the naming of the graphstorm/sagemaker directory. If we clone graphstorm and do ``` cd graphstorm pip install . python >>> import sagemaker ``` it...

After some investigation it seems like using mountpoint-s3 might not be a viable solution because it requires containers to be launched in a [specific way which SageMaker does not support](https://github.com/awslabs/mountpoint-s3/issues/707#issuecomment-1907693143)....

Hi @shikha372 is there a suggested workaround currently? I guess using a Cfn construct might work?

Hello @hcho3 in the forum the ability to define the probability of each feature being selected when `col_sample` is being used has been requested a few times recently [1]. If...

Opened https://github.com/dmlc/xgboost/issues/3754 to track this.

@Rhett-Ying could you take another look? I've had to use `spawn` for the multi-processing, otherwise the processes would hang. My guess is that it was happening because of the CAPI...

Hi @Rhett-Ying CI passes now, let me know if there's any work left here.