-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes in ML track #43
Conversation
soa/tracks/ml/8.md
Outdated
|
||
|
||
|
||
### Click [here](https://github.com/kabirnagpal/SoA-ML-14/blob/master/week%208.ipynb) to view the Jupyter-Notebook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we reserve headings for actual headings please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get this issue. Rest has been resolved!
soa/tracks/ml/8.md
Outdated
Question to be answered after you complete your notebook | ||
Which of the following algorithm are not an example of ensemble learning algorithm? | ||
|
||
A. Random Forest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to show up as a normal sentence. If you want numbered lists in markdown you'll need to use
1. something
2. something else
soa/tracks/ml/8.md
Outdated
If you don't have any Python Environment, you can also try the code in [Google Colab](https://colab.research.google.com/). | ||
|
||
|
||
Question to be answered after you complete your notebook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please maintain sentence case. In this sentence for example, a full stop is missing.
soa/tracks/ml/1.md
Outdated
If you don't have any Python Environment, you can also try the code in [Google Colab](https://colab.research.google.com/). | ||
|
||
|
||
How to get mean of each column in a Data Frame named `df`? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we tell people that this question is to be answered after they have gone through the notebook? Like it is now, the question is a little confusing.
soa/tracks/ml/3.md
Outdated
@@ -13,7 +13,9 @@ This week we'll learn about: | |||
Click [here](https://github.com/kabirnagpal/SoA-ML-14/blob/master/week%203.ipynb) to view the Jupyter-Notebook. | |||
If you don't have any Python Environment, you can also try the code in [Google Colab](https://colab.research.google.com/) | |||
|
|||
`mean_squared_error` is a method from which class in Sklearn? | |||
|
|||
`mean_squared_error` is a method from which class in Sklearn? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is metrics a class in sklearn? I thought it was a module.
soa/tracks/ml/6.md
Outdated
@@ -6,18 +6,21 @@ Clustering is basically the task of dividing the population or data points into | |||
|
|||
So in this week we are going to dive deep into the clustering and cover the following topics: | |||
|
|||
- what is clustering | |||
- What is clustering |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow normal english grammar. For example ending sentences with ? or .
Okay. I’ll look into the changes myself and give another pull request. |
You can just push changes to this branch and this pr will get updated.
When you're done you can request review again.
…On Sat 18 Jul, 2020, 13:51 Kabir Nagpal, ***@***.***> wrote:
Okay. I’ll look into the changes myself and give another pull request.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#43 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2WHUJ6QLZ3YG4WSX3IRYDR4FLQTANCNFSM4O7OFYZA>
.
|
The `###` is for headings. Let's use that for actual headings. 😊
…On Sun 19 Jul, 2020, 01:43 Kabir Nagpal, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In soa/tracks/ml/8.md
<#43 (comment)>:
> @@ -0,0 +1,36 @@
+# ML Track-Week 8
+
+Now, Let us boost our learning.
+This week will introduce you to algorithms that can boost the acuuracy of your model.
+Boosting considers many models, placed sequentially where each model tries to minimize the error obtained from the previous model.
+
+We'll learn About
+
+- Gradient Boosting Algorithm
+- Extreme Boosting Algorithm
+- Ada Boost Algorithm
+
+
+
+### Click [here](https://github.com/kabirnagpal/SoA-ML-14/blob/master/week%208.ipynb) to view the Jupyter-Notebook.
I didn't get this issue. Rest has been resolved!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#43 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2WHUNALFXZU4223CWRQB3R4H66RANCNFSM4O7OFYZA>
.
|
#40