Srijith.S
Srijith.S
@massquantity Thanks for an excellent and useful recommendation library. I would like to try these algorithms ( Caser , SVD, ALS, BPR, itemCF, NCF ). And i would like to...
Thank you @massquantity. Thanks for putting the top_k method for ItemCF. I will come up with a method for CASER, BPR etc.. In Caser, as per the paper [https://arxiv.org/pdf/1809.07426.pdf]() ,...
@massquantity Thank you. That explains it.
What i thought was, user would add items in a cart sequentially. So, at the time of recommending an item, Will it be able to send sequence of items to...
Try to update the same dependency here as well https://github.com/srijiths/MLOps-IRIS/blob/master/environment_setup/.azureml/conda_dependencies.yml
Has anyone successfully configured the Manba environment on Kaggle? I have been unable to install it
I am able to run Mamba in Kaggle notebook with this. ```python !pip install mamba-ssm !pip install causal-conv1d>=1.4.0 !pip install triton !pip install torch --index-url https://download.pytorch.org/whl/cu121 ``` And selected GPU...
Has anyone successfully configured the Manba environment on Kaggle? I have been unable to install it
Haven't tried mamba2 yet.
Has anyone successfully configured the Manba environment on Kaggle? I have been unable to install it
The libs are keep on changing. It got failed for me too. But there is a trick to get it work. I added `--no-build-isolation` for `mamba-ssm` and it works for...