Avikant Srivastava

Results 36 comments of Avikant Srivastava

> @DevashishPrasad Thanks for sharing your hard work in this project. > > I followed the pipeline using Colab but I did not get the same results, and for Bordered...

Hey @BenWilson2 @graelo if no one is working on this issue, can I work on it?

@graelo @BenWilson2 looks like we don’t fetch tags when we do a git fetch here https://github.com/mlflow/mlflow/blob/5ddfe9a1b48e065540094d83125040d3273c48fa/mlflow/projects/utils.py#L211 https://stackoverflow.com/a/17356120

@BenWilson2 @graelo I have raise a PR for the fix https://github.com/mlflow/mlflow/pull/7043 can you take a look?

@harupy @dbczuma can you take a look at the PR https://github.com/mlflow/mlflow/pull/7068 ? couple of quick questions - Do we have any example to test out xgboost model? I want to...

@dbczumar is this issue resolved? are there any more ENV variables to migrate? I see this issue was reopened

@awni @angeloskath Hi, can I pick this up?

@awni should I add all the constant that numpy offers? https://numpy.org/doc/stable/reference/constants.html I was thinking of adding a `init_constants(m)` in `mlx/python/src/mlx.cpp`

@awni @angeloskath fixed in https://github.com/ml-explore/mlx/pull/428 can you folks take a look at the PR