guywilsonjr / AllStars

GNU General Public License v3.0
0 stars 0 forks source link

Create Result Displays #14

Open guywilsonjr opened 2 years ago

guywilsonjr commented 2 years ago

At some point the visualizations have to focus on displaying results so I'm creating this issue Ex) checkout: https://pandas.pydata.org/docs/user_guide/style.html

I'll create a function shareable that will have this interface: ex) https://github.com/scikit-learn/scikit-learn/blob/baf828ca1/sklearn/linear_model/_base.py#L507 input parameter type: (A sci-kit learn Regressor )

Like:

def create_visual(df: pd.DataFrame, predictor: Any):
    ...