Introduction ============ Loading a dataset is often one of the most challenging parts of building machine learning pipelines, especially for beginners. The **CheLo** Library is a Python library specifically designed to make machine learning more accessible to chemical engineering students, aiding in their learning journey and supporting researchers working on related projects. By providing an easy to use framework, this library simplifies the exploration of data-driven modeling, empowering users to access, manage, and utilize chemical engineering datasets for machine learning and statistical analysis with ease. Key Features ------------- - Unified dataset access API. - Support for multiple data formats (numpy, PyTorch, Keras). - Automated dataset downloading and caching. Purpose -------- Enable students and researchers to: - Load chemical engineering datasets effortlessly. - Perform data preprocessing and exploratory analysis. - Train machine learning models with minimal setup.