Dipesh Rathore

Results 4 issues of Dipesh Rathore

### Does this require a major work?? Or is there something else? ![Annotations](https://github.com/johnbeynon/render-deploy-action/assets/60871161/1ad980af-2b27-489f-9db4-e5d98e8f2be7) I want to contribute, comment how can i?

In [lecture no. 196](https://www.udemy.com/course/complete-machine-learning-and-data-science-zero-to-mastery/learn/lecture/17686458#overview), you use `RandomizedSearchCV` with default `cv=5` for tuning hyperparameters, i think that's a wrong approach for time series data! because : - It will perform cross...

> We are happy to answer your questions about the code or discuss technical ideas. Please complete the following checklist (by adding [x]): - [✅ ] I have searched open...

#### I was implementing a RAG with `HuggingfaceCustomEmbedder` and `PDFUrlKnowledgeBase` as follows: ![image](https://github.com/user-attachments/assets/4ead2614-04db-4c4c-9594-407d9662016e) #### It raises the following `NotImplementedError` while loading documents (maybe) ![image](https://github.com/user-attachments/assets/5ec9ee5f-295d-485e-984b-5a8ecb68b54f) #### Maybe it's not implemented yet...