Looking at the metadata provided, FeatureWiz is a Python library for feature selection and engineering. It's distributed via pip and conda as a development dependency, not as a standalone application with a GUI or CLI interface.
According to the early exit conditions in my instructions, this falls under: - LIBRARY/SDK: Development dependency (pip/conda package)
FeatureWiz is used as an imported library in Python scripts, like:
from featurewiz import FeatureWiz
fw = FeatureWiz(...)
There is no standalone executable, GUI, or CLI tool to "launch" in the traditional sense. This is development software, not end-user software.
Let me submit with the appropriate early exit code: