-
Notifications
You must be signed in to change notification settings - Fork 11
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
B-1 #1
base: master
Are you sure you want to change the base?
B-1 #1
Conversation
Отлично 👍, первый pull request! Сначала надо причесать код -- убрать не нужные закомментированные строки и по возможности отформатировать код в соответствии с PEP8(http://legacy.python.org/dev/peps/pep-0008/). Например, не стоит ставить пробелы перед |
спасибо, сделаю! =))) 2014-04-10 21:40 GMT+04:00 Aleksey Kladov [email protected]:
|
Почистила вот код к задачам из блока А :) |
@@ -0,0 +1,50 @@ | |||
import sys | |||
from collections import defaultdict | |||
sys.setrecursionlimit(200000) |
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.
Сначала все импорты, потом всё остальное
Вот ещё про что совсем забыл -- лучше все функции писать в начале файла, а ввод/вывод -- в конце def f1():
pass
def f2():
pass
def f3():
pass
n = input_flie....
use f1, f2, f3
calculate answer
output_file.write(answer) |
…r "regressions" - these are for "Algorithms") i have added this to github about a week ago, but haven't created a pull request since the task is not quite finished :( But it surely will be
так, я не знаю, что это тут такое все и откуда оно взялось.. последнее, что я хотела добавить - вот это - sofiiako@9a928e4 |
…тему, а сейчас не принимается =((( но работает
B8 >_< я почему-то его пропустила и вовремя не отправила |
У меня сломался комп и сейчас я с другого, поэтому там и написано "Juliarep" вместо "sofiiako". (Это мама моя - комп ее))) |
@@ -0,0 +1,57 @@ | |||
#!/usr/bin/python | |||
|
|||
#I chose to perform the classification task using the KNN method |
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.
Вообще в этом задании подразумевается использование и одного, и другого классификатора.
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.
это не тоооо задание))) это вообще не по тому предмету!
On Thu, Jun 5, 2014 at 7:01 PM, Pavel Fedotov [email protected]
wrote:
In kolchanova/regression3.py:
@@ -0,0 +1,57 @@
+#!/usr/bin/python
+
+#I chose to perform the classification task using the KNN methodВообще в этом задании подразумевается использование и одного, и другого
классификатора.—
Reply to this email directly or view it on GitHub
https://github.com/effect/bii-14s/pull/1/files#r13444335.
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.
там три файла - задачи по алгоритмам(( я не знаю, почему сложила их в ту же
папку, но теперь уже ничего сделать не могу, потому что отправляла Федору
на них ссылки
2014-06-06 1:48 GMT+04:00 Sofiia Kolchanova [email protected]:
это не тоооо задание))) это вообще не по тому предмету!
On Thu, Jun 5, 2014 at 7:01 PM, Pavel Fedotov [email protected]
wrote:In kolchanova/regression3.py:
@@ -0,0 +1,57 @@
+#!/usr/bin/python
+
+#I chose to perform the classification task using the KNN methodВообще в этом задании подразумевается использование и одного, и другого
классификатора.—
Reply to this email directly or view it on GitHub
https://github.com/effect/bii-14s/pull/1/files#r13444335.
C7: we've done and discussed this together with Kirill, so the variables and stuff are much alike, but the approaches are different. |
No description provided.