Vincent Yuan

Results 16 comments of Vincent Yuan

This is a great proposal and I believe many people expect this feature! Here are some of my thoughts. ## Limited migration effort By far for tenured users of mkdocs,...

I am also searching for the parser to parse new raw text and convert it into the format that the model is able to take in. Any reference? I made...

I tried to modified the JS and used the API of my enterprise Github, without luck. I can log in the enterprise Github but it cannot retrieve the comments and...

But in fact I checked the `/tmp` folder and it does not have too many files, the size is less than 10 Mb. In the company env I actually do...

> problem solved with : > > 1 - pip uninstall -y numpy 2 - pip uninstall -y setuptools 3 - pip install setuptools or conda install setuptools 4 -...

> https://python.langchain.com/en/latest/modules/agents/agent_executors/examples/handle_parsing_errors.html This does not work, I am using Llama 2 `'llama-2-7b-chat.Q5_0.gguf'`, though I did find that larger Llama 2 model works better, without any code changes

> I believe that there could be a fundamental misundestanding. > > CART trees are not generated the same way neural networks are; in fact, the two algorithms are fundamentally...

> > If you're building the tree manually and have no way of computing these values, you may just set them to arbitrary values (e.g. always probability 1 for the...

> Unfortunately, TF-DF does not offer a specific API for this :( > > You're probably able to bootstrap this with a bit of code: Say you have `n` leaves...

Hi @rstz , Thanks for the comments, adding a setter method for the root is necessary in some cases. Also, I tried to use your suggested way to adjust nodes,...