Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Sep 13, 2024
1 parent f9e1e97 commit ea1b488
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Home/components/Writings/postsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Post = {

export const postsList: Post[] = [
{
datetime: '2024-09-15',
datetime: '2024-09-13',
link: '/training-ml-models-for-cancer-tumor-classification',
title: 'Training ML Models for Cancer Tumor Classification',
},
Expand Down
2 changes: 1 addition & 1 deletion content/tags/data-science/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<ul>
<PostAndDate
date="2024-09-15"
date="2024-09-13"
title="Training ML Models for Cancer Tumor Classification"
url="/training-ml-models-for-cancer-tumor-classification"
/>
Expand Down
2 changes: 1 addition & 1 deletion content/tags/machine-learning/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<ul>
<PostAndDate
date="2024-09-15"
date="2024-09-13"
title="Training ML Models for Cancer Tumor Classification"
url="/training-ml-models-for-cancer-tumor-classification"
/>
Expand Down
2 changes: 1 addition & 1 deletion content/tags/python/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<ul>
<PostAndDate
date="2024-09-15"
date="2024-09-13"
title="Training ML Models for Cancer Tumor Classification"
url="/training-ml-models-for-cancer-tumor-classification"
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Training ML Models for Cancer Tumor Classification",
"description": "Training Machine Learning models to classify cancer tumor types: Naive Bayes, Logistic Regression, SVM, KNN, Decision Tree, Random Forest, and XGBoost",
"date": "2024-09-15",
"date": "2024-09-13",
"tags": [
{
"href": "/tags/python",
Expand Down

0 comments on commit ea1b488

Please sign in to comment.