Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
LTW85 committed Oct 17, 2021
1 parent 742c3f5 commit 8bda76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ skf.validation_plot(model = model_1, param = 'max_depth', param_grid = params,
title = 'Example Validation Curve')
```

![validation plot](example_validation_curve.PNG)

### train_val_test
Accepts a Pandas dataframe and will return a training, validation, and test set. Operates in a similar fashion to the sklearn train_test_split function by defining a percentage split for the training and validation sets (example 0.6 = 60%). The remainder is allocated to the test set.

Expand Down Expand Up @@ -174,6 +176,7 @@ n_data = scale(my_data)
skf.pca_scree_plot(data = n_data, n_components = 70, title = 'Example PCA Scree Plot')
```
![scree plot](example_scree_plot.PNG)

## Requirements
- Sklearn >= 0.24.1
Expand Down

0 comments on commit 8bda76a

Please sign in to comment.