Data Preprocessor 1.5.x의 새로운 기능과 성능 향상에 대해 설명합니다.
Data Preprocessor 1.5.x가 새로운 R 코드 생성 기능과 견고한 스케일러를 도입했습니다. 이 플러그인은 CSV, Excel, JSON 파일을 로드하여 데이터 전처리 파이프라인을 시각적으로 구성할 수 있게 해줍니다. 또한, 한 가지 비극적인 데드락에 대한 포스트 모템을 통해 유용한 교훈을 공유하고 있습니다. 생성된 코드는 일반 pandas 또는 R 코드로, 추가 라이브러리가 필요하지 않습니다.
Discusses new features and performance improvements in Data Preprocessor 1.5.x.
Data Preprocessor 1.5.x introduces a new R code generation feature and a robust scaler. This plugin allows users to visually construct data preprocessing pipelines by loading CSV, Excel, or JSON files. Additionally, it shares an embarrassing deadlock post-mortem that provides useful lessons. The generated code is standard pandas or R, requiring no additional libraries.