Visual Python 2.4.7
Released on 22 August, 2023
General changes on Running code mechanism
New apps for quick Machine Learning
- GridSearch
- You can add parameters easily using this app.
- Pipeline
- You can select pre-defined pipelines and follow its steps to finish simple machine learning flow.
- SimpleImputer on DataPrep
- SimpleImputer function is added to DataPrep app.
Enhanced apps
- Package Manager
- Reloading function is added to re-load the package list by clicking reload icon.
- Search operation changed to show users suggestion.
- New sort type "Registered" added.
- Subset & Frame
- No longer add condition line if it has no operator selected.
Bug fix
- x,yticks label redirecting bug on Seaborn
- Duplicated group list bug on Student's t-test
- Always installing bug on FactorAnalysis
Hotfixed yanked v2.4.6
- Pipeline issue on JupyterLab and JupyterLite