Skip to content

Commit

Permalink
Adding an example on how to handle the imbalanced dataset using Pycar…
Browse files Browse the repository at this point in the history
…et (pycaret#402)

* Update README.md

Added some benefits of using PyCaret library.

* Update README.md

* Add files via upload

This tutorial gives an overview of how to use pycaret library for multi-class classification, compare and build different classification models, tuning the hyperparameters of a model, saving the model for future use, and loading the saved model. The dataset used in this tutorial is a cardiotcography dataset. We have tried to predict the fetal state using the cardiotocography data. Cardiotocography is the technique that helps doctors to trace the heart rate of the fetus, which includes measuring accelerations, decelerations, and variability, with the help of uterine contractions. Further, this cardiotocography can be used to classify a fetus into three states namely:
Normal trace, Suspicious trace, and Pathological trace.

* Add files via upload

2126 fetal cardiotocograms (CTGs) were automatically processed and the respective diagnostic features measured. The CTGs were also classified by three expert obstetricians and a consensus classification label assigned to each of them. Classification was both with respect to a morphologic pattern (A, B, C. …) and to a fetal state (N, S, P). Therefore the dataset can be used either for 10-class or 3-class experiments. This dataset has been preprocessed by me and has been converted into CSV(comma-separated values format). 
Link to the dataset and its details: https://archive.ics.uci.edu/ml/datasets/Cardiotocography

* Updated index.csv

* Add files via upload

Added a tutorial on how to handle imbalanced dataset using Pycaret

* Delete Handling_imbalanced_dataset_(credit_card_fraud)_tutorial_Imbalanced101.ipynb

* Added an example of handling imbalanced dataset

This is an example that shows how to handle an imbalanced dataset automatically and easily using Pycaret.

Co-authored-by: PyCaret <[email protected]>
  • Loading branch information
dubeyakshat07 and PyCaret authored Aug 9, 2020
1 parent ce095bb commit 8df7897
Showing 1 changed file with 1,864 additions and 0 deletions.
Loading

0 comments on commit 8df7897

Please sign in to comment.