英文: Replace string with other with two possible patterns in python 问题 I would like to replace everyt...
无法在使用 pytest_postgresql 进行测试时在测试数据库中创建表格。
英文: Can't create tables in test database while testing with pytest_postgresql 问题 我尝试编写一个使用 fixtu...
Pandas按“名义”列进行分组(独热编码列表)
英文: Pandas groupby "nominal" column (one hot list) 问题 我正在尝试按类别对数据框进行分组,其中类别表示为独热编码。我将独热编码构...
在Python的IDLE Shell中可以清除屏幕吗?
英文: Can I clear the screen in Python's IDLE Shell? 问题 我正在尝试在Python的IDLE shell中清屏,目前还没有找到任何可行的方法来...
有办法创建一个在Python/Tkinter中只接受Wave文件的文件选择器吗?
英文: is there a way to make a file picker that only accepts wave files in python/tkinter? 问题 我正在用Pyth...
How to convert a .py to .exe if i want to include many subfolders and imported modules in the final executable?
英文: How to convert a .py to .exe if i want to include many subfolders and imported modules in the fi...
Logistic Regression with Gradient Descent Mini Batch
英文: Logistic Regresion with gradient descension mini batch 问题 我开发了一个梯度下降算法,但当我尝试将其与一些sklearn示例一起使用时,...
点击搜索人名后,我的目标是点击“查看详情”按钮。
英文: My goal is to click on the view details button after searching for the persons name 问题 Whenever ...
如何使用Huggingface transformers加载基于llama的fine-tuned peft/lora模型?
英文: How to load a fine-tuned peft/lora model based on llama with Huggingface transformers? 问题 我已经按你的...
Installing python arch on Windows fails – with Anaconda 32 bit
英文: Installing python arch on Windows fails - with Anaconda 32 bit 问题 1 这个页面展示了如何在 conda 环境中安装 arch-...
1057