chore: update challengeType 10 to hidden
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
id: 5e44412c903586ffb414c94c
|
||||
title: Arithmetic Formatter
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -52,8 +53,8 @@ tests:
|
||||
|
||||
```js
|
||||
/**
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Please check our contributing guidelines to learn more.
|
||||
*/
|
||||
```
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e44413e903586ffb414c94e
|
||||
title: Budget App
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -52,8 +53,8 @@ tests:
|
||||
|
||||
```js
|
||||
/**
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Please check our contributing guidelines to learn more.
|
||||
*/
|
||||
```
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e444147903586ffb414c94f
|
||||
title: Polygon Area Calculator
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -52,8 +53,8 @@ tests:
|
||||
|
||||
```js
|
||||
/**
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Please check our contributing guidelines to learn more.
|
||||
*/
|
||||
```
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e44414f903586ffb414c950
|
||||
title: Probability Calculator
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -18,7 +19,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -50,8 +51,8 @@ tests:
|
||||
|
||||
```js
|
||||
/**
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Please check our contributing guidelines to learn more.
|
||||
*/
|
||||
```
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e444136903586ffb414c94d
|
||||
title: Time Calculator
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -18,7 +19,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -50,8 +51,8 @@ tests:
|
||||
|
||||
```js
|
||||
/**
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Backend challenges don't need solutions,
|
||||
because they would need to be tested against a full working project.
|
||||
Please check our contributing guidelines to learn more.
|
||||
*/
|
||||
```
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f7e5ac417301a38fb929
|
||||
title: Demographic Data Analyzer
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f7e5ac417301a38fb928
|
||||
title: Mean-Variance-Standard Deviation Calculator
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f7f8ac417301a38fb92a
|
||||
title: Medical Data Visualizer
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f802ac417301a38fb92b
|
||||
title: Page View Time Series Visualizer
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e4f5c4b570f7e3a4949899f
|
||||
title: Sea Level Predictor
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f979ac417301a38fb932
|
||||
title: Port Scanner
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -51,8 +52,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f983ac417301a38fb933
|
||||
title: SHA-1 Password Cracker
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
</section>
|
||||
|
||||
@ -50,8 +51,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f8e3ac417301a38fb92f
|
||||
title: Book Recommendation Engine using KNN
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -11,7 +12,7 @@ In this challenge, you will create a book recommendation algorithm using K-Neare
|
||||
|
||||
You will use the Book-Crossings dataset. This dataset contains 1.1 million ratings (scale of 1-10) of 270,000 books by 90,000 users.
|
||||
|
||||
You can access <a href='https://colab.research.google.com/drive/1TDgXyXqZwsiGlnuF-bmQ2Rh3x5NcrHEn' target='_blank'>the full project instructions and starter code on Google Colaboratory</a>.
|
||||
You can access <a href='https://colab.research.google.com/drive/1TDgXyXqZwsiGlnuF-bmQ2Rh3x5NcrHEn' target='_blank'>the full project instructions and starter code on Google Colaboratory</a>.
|
||||
|
||||
After going to that link, create a copy of the notebook either in your own account or locally. Once you complete the project and it passes the test (included at that link), submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link."
|
||||
|
||||
@ -22,7 +23,7 @@ We are still developing the interactive instructional content for the machine le
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -53,8 +54,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f8dcac417301a38fb92e
|
||||
title: Cat and Dog Image Classifier
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional content for the machine le
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -51,8 +52,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f8edac417301a38fb930
|
||||
title: Linear Regression Health Costs Calculator
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -22,7 +23,7 @@ We are still developing the interactive instructional content for the machine le
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -53,8 +54,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f8edac417301a38fb931
|
||||
title: Neural Network SMS Text Classifier
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -20,7 +21,7 @@ We are still developing the interactive instructional content for the machine le
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
|
||||
</li>
|
||||
</li>
|
||||
<ul>
|
||||
|
||||
</section>
|
||||
@ -51,8 +52,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e46f8d6ac417301a38fb92d
|
||||
title: Rock Paper Scissors
|
||||
challengeType: 10
|
||||
isHidden: true
|
||||
isRequired: true
|
||||
---
|
||||
|
||||
@ -42,8 +43,8 @@ tests:
|
||||
<section id='solution'>
|
||||
|
||||
```py
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Python challenges don't need solutions,
|
||||
# because they would need to be tested against a full working project.
|
||||
# Please check our contributing guidelines to learn more.
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user