Hasan-8326

Results 11 issues of Hasan-8326

This pull request improves the README.md documentation for LangTrans. It fixes grammar and spelling issues, enhances readability, and adds better structure and formatting. Changes Corrected typos (SoureFileName → SourceFileName) Improved...

This PR adds Pathway to the Data Analysis section of the Awesome Python list. Pathway is a framework for real-time data processing in Python, providing reactive dataflows suitable for streaming...

We recently added a .gitattributes rule in #335 to fix highlighting. We should add a note in CONTRIBUTING.md about this.

Fixes #335. Appended a rule to .gitattributes to force GitHub Linguist to treat `*.coco` files as Python.

This PR adds a new example file, examples/hard_wait_before_wait.py, demonstrating how to use the pre_pause_in_wait decorator to introduce a fixed hard wait before each waiting action in Selene. It also updates...

### **User description** I have added a new sample folder containing a template and an image to help expand the test dataset. Ref: #40 ___ ### **PR Type** Documentation ___...

Review effort 2/5

Currently, it is possible to submit a with missing keys. We should add a JSON schema validator to ensure all new samples in the directory are valid before processing.

### **User description** This PR removes hardcoded preprocessing values and replaces them with a centralized configuration system. ✅ Summary of Changes Introduced a YAML-based configuration file: config/default_config.yaml Added a new...

Review effort 3/5

This pull request fixes an issue where adding a pandas.Timedelta to a datetime feature (e.g., f + pd.Timedelta(1, 'y')) raised an AssertionError in Featuretools. The root cause was that the...

We recently added an Embedding Guide (#3510). We should expand it to include specific compiler flags and setup instructions for Windows users (MSVC).