Skip to content

Commit b851695

Browse files
GSK-1507 (#1361)
* Added customer churn prediction notebook to the docs. * Added newspaper classification notebook to the docs. * Added more comments. * Added airline tweets sentiment analysis notebook to the docs. * Added fake/real news classification notebook to the docs. * Added fake/real news classification notebook to the docs. * Added M5 sales prediction notebooks to the docs. * Added movie review sentiment notebooks to the docs. * Finalized integration of the movie_review_sentiment_classification_pytorch_sklearn notebook to the docs. --------- Co-authored-by: Rabah Abdul Khalek <rabah.khalek@gmail.com>
1 parent 1ea226b commit b851695

14 files changed

Lines changed: 4317 additions & 1 deletion

File tree

python-client/docs/reference/notebooks/airline_tweets_sentiment_analysis.ipynb

Lines changed: 634 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/reference/notebooks/churn_prediction_lgbm.ipynb

Lines changed: 535 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/reference/notebooks/fake_real_news_classification.ipynb

Lines changed: 649 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/reference/notebooks/m5_sales_prediction_lgbm.ipynb

Lines changed: 532 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/reference/notebooks/movie_review_sentiment_classification_pytorch_sklearn.ipynb

Lines changed: 1256 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/reference/notebooks/newspaper_classification_pytorch.ipynb

Lines changed: 605 additions & 0 deletions
Large diffs are not rendered by default.

python-client/docs/tutorials/data-types/tabular/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,16 @@
4343
:::{card} <h3><center>💸 Insurance charges prediction</center></h3>
4444
:link: ../../../reference/notebooks/insurance_prediction_lgbm.ipynb
4545
:::
46-
:::::
46+
:::::
47+
48+
:::::{grid-item}
49+
:::{card} <h3><center> 👍 Customer churn prediction</center></h3>
50+
:link: ../../../reference/notebooks/churn_prediction_lgbm.ipynb
51+
:::
52+
:::::
53+
54+
:::::{grid-item}
55+
:::{card} <h3><center> 🏷️ Sales prediction</center></h3>
56+
:link: ../../../reference/notebooks/m5_sales_prediction_lgbm.ipynb
57+
:::
58+
:::::

python-client/docs/tutorials/data-types/text/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,26 @@
3333
:::
3434
:::::
3535

36+
:::::{grid-item}
37+
:::{card} <h3><center> 🗞️ Newspaper classification</center></h3>
38+
:link: ../../../reference/notebooks/newspaper_classification_pytorch.ipynb
39+
:::
40+
:::::
41+
42+
:::::{grid-item}
43+
:::{card} <h3><center> ✈️ Airline tweets sentiment analysis</center></h3>
44+
:link: ../../../reference/notebooks/twitter_sentiment_analysis_huggingface.ipynb
45+
:::
46+
:::::
47+
48+
:::::{grid-item}
49+
:::{card} <h3><center> 🤥 Fake/Real news classification</center></h3>
50+
:link: ../../../reference/notebooks/fake_real_news_classification.ipynb
51+
:::
52+
:::::
53+
54+
:::::{grid-item}
55+
:::{card} <h3><center> 🍿 Movie Review Sentiment Classification</center></h3>
56+
:link: ../../../reference/notebooks/movie_review_sentiment_classification_pytorch_sklearn.ipynb
57+
:::
58+
:::::

python-client/docs/tutorials/libraries/huggingface/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@
1515
:::
1616
:::::
1717

18+
:::::{grid-item}
19+
:::{card} <h3><center> ✈️ Airline tweets sentiment analysis</center></h3>
20+
:link: ../../../reference/notebooks/twitter_sentiment_analysis_huggingface.ipynb
21+
:::
22+
:::::
23+
24+
:::::{grid-item}
25+
:::{card} <h3><center> 🍿 Movie Review Sentiment Classification</center></h3>
26+
:link: ../../../reference/notebooks/movie_review_sentiment_classification_pytorch_sklearn.ipynb
27+
:::
28+
:::::

python-client/docs/tutorials/libraries/lightgbm/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@
1414
:link: ../../../reference/notebooks/insurance_prediction_lgbm.ipynb
1515
:::
1616
:::::
17+
18+
:::::{grid-item}
19+
:::{card} <h3><center> 👍 Customer churn prediction</center></h3>
20+
:link: ../../../reference/notebooks/churn_prediction_lgbm.ipynb
21+
:::
22+
:::::
23+
24+
:::::{grid-item}
25+
:::{card} <h3><center> 🏷️ Sales prediction</center></h3>
26+
:link: ../../../reference/notebooks/m5_sales_prediction_lgbm.ipynb
27+
:::
28+
:::::

0 commit comments

Comments
 (0)