Files
freeCodeCamp/curriculum/challenges/chinese/12-certificates/machine-learning-with-python-certificate/machine-learning-with-python-certificate.md
Randell Dawson 94f0cf0ef8 chore(learn): Remove remaining isHidden keys from frontmatter (English and Chinese challenges) (#39809)
* fix: remove isHidden key from tool template

* fix: removed isHidden key from English challenges

* fix: remove isHidden key from Chinese challenges
2020-10-08 14:18:47 +02:00

50 lines
778 B
Markdown

---
id: 5e46fc95ac417301a38fb935
challengeType: 7
isPrivate: true
title: ''
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests:
- id: 5e46f8d6ac417301a38fb92d
title: Rock Paper Scissors
- id: 5e46f8dcac417301a38fb92e
title: Cat and Dog Image Classifier
- id: 5e46f8e3ac417301a38fb92f
title: Book Recommendation Engine using KNN
- id: 5e46f8edac417301a38fb930
title: Linear Regression Health Costs Calculator
- id: 5e46f8edac417301a38fb931
title: Neural Network SMS Text Classifier
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>