Skip to content
View kyleziegler's full-sized avatar
Block or Report

Block or report kyleziegler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ml-cv-covid-project ml-cv-covid-project Public

    Leveraging TensorFlow to create bounding boxes and classes on CT scans of the lungs.

    Jupyter Notebook

  2. bayes_loop.py bayes_loop.py
    1
    from sklearn.ensemble import GradientBoostingClassifier
    2
    from sklearn.model_selection import cross_val_score
    3
    
                  
    4
    from skopt.plots import plot_convergence
    5
    from skopt.utils import use_named_args
  3. bayes_search_cv.py bayes_search_cv.py
    1
    from skopt import BayesSearchCV
    2
    from sklearn.ensemble import GradientBoostingClassifier
    3
    
                  
    4
    from sklearn.model_selection import GridSearchCV
    5
    
                  
  4. anomaly-detection anomaly-detection Public

    Jupyter Notebook