Srijith.S

Results 8 comments of 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

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...

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...