As a user, I wish I could access a table's column schema with a column_schemas attribute that is a dictionary of column schemas.
df.ww.column_schemas
This could be useful for helping users understand that they can df.ww.column_schemas[col] instead of df.ww[col].schema better than the columns attribute does.
We should not remove the columns attribute so we don't
The project provides a complete end-to-end workflow for building a binary classifier in Python to recognize the risk of housing loan default. It includes methods like automated feature engineering for connecting relational databases, comparison of different classifiers on imbalanced data, and hyperparameter tuning using Bayesian optimization.
column_schemasattribute that is a dictionary of column schemas.This could be useful for helping users understand that they can
df.ww.column_schemas[col]instead ofdf.ww[col].schemabetter than thecolumnsattribute does.We should not remove the
columnsattribute so we don't