Skip to content
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

from __future__ import division #30

Open
dmylnikov opened this issue Oct 31, 2016 · 3 comments
Open

from __future__ import division #30

dmylnikov opened this issue Oct 31, 2016 · 3 comments

Comments

@dmylnikov
Copy link

Может стоит добавлять эту строчку в файлы домашки? а то люди, выросшие на python 3 мучаются, не понимая, почему у них какой-нибудь check_grad() не сходится.

@senya-ashukha
Copy link
Collaborator

У нас дз на питон 2!

On Tue, Nov 1, 2016, 12:11 AM Dmitry Mylnikov [email protected]
wrote:

Может стоит добавлять эту строчку в файлы домашки? а то люди, выросшие на
python 3 мучаются, не понимая, почему у них какой-нибудь check_grad() не
сходится.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#30,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKBNUyy8ZQKJM0ubkuSNo4vxcdaPgZhuks5q5lmXgaJpZM4KlgqK
.

Yours sincerely,
Ashuha Arseniy.

@dmylnikov
Copy link
Author

кстати, в logreg.ipnb
def viz_opt(func, gradf, X, y, n_iter=10, lr=1e-3):
w = optimize.fmin_l_bfgs_b(func, w, approx_grad=grad)[0]
градиент не в тот параметр вставлен, хотя это и не влияет на результат в данном случае

@kirillbobyrev
Copy link
Contributor

@dmylnikov ну, если уж совсем по-хорошему делать, то вообще надо не только это импортить из future. Плюс ещё six.moves использовать.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants