Brian Wylie

Results 248 issues of Brian Wylie

The confusion matrix is nice, but there's no interactivity on it right now. Let's figure out what we might do/highlight when part of the CM are clicked.

web_interface
dash

Right now the UI does a nice job of setting the component to 'Waiting for data...' when it first spins up, but it would also be nice for the components...

web_interface
dash

See: https://github.com/mkdocstrings/mkdocstrings/blob/main/docs/recipes.md

documentation

So Python Package will test code on different Python versions and the Publish action will automatically publish a new PYPI version, both are good, do them.

github
ci_cd

Set up the Github Actions to do automated testing of the sageworks code base. Challenges - How are we going to 'mock' the AWS Account... seems like a huge undertaking.......

aws
aws_service_broker
github
testing
ci_cd

Let's make a cool mkdocs cover page - https://github.com/tylerdotrar/mkdocs-coverpage

documentation
marketing
ci_cd

model
endpoint
architecture
research

As part of the 'value' we bring the SageWorks toolkit should have a wiki page on each component and it's super powers :) - Data Loader - DataSource - FeatureSet...

api

Alright it's time to bring out the KNN Model. This will be a subclass of model that you build off a feature set and it will have some kewl visualizations...

web_interface
model
architecture
research
web_view

What are all the interesting corner cases for Feature Sets? - Ingestion - Can I send a superset of columns to ingestions? - Can I reorder the columns? - What...

aws
feature_set
research