brunomichetti
brunomichetti
> Could you add the **`ConfirmEmailView`** class? It seems like the issue belongs to your view class itself. @brunomichetti Thanks @jerinpetergeorge for the response. ConfirmEmailView is the one from dj_rest_auth....
> from the [codebase](https://github.com/jazzband/dj-rest-auth/blob/master/dj_rest_auth/registration/urls.py#L15) > > > ``` > > # account_confirm_email - You should override this view to handle it in > > # your API client somehow and...
> As the comment indicates, if you are using the `dj_rest_auth.registration.urls` for the _"account confirmation"_, the process will not get completed as the URL pointing to a _dummy view_, which...
> Those settings are irrelevant here. > > You can try any arbitrary key (ex: `/rest-auth/registration/account-confirm-email/foobar/`) to access the URL and it will give you some other response as below,...
> No, that is not possible **_without adding the path_** Do you agree with me that a fix should be done to avoid the adding of the path?
> I have created a separate issue [here](https://github.com/jazzband/dj-rest-auth/issues/180). Let's hope we will be able to see it on the master branch soon. Thanks a lot!!!! Hope this can be addressed...
Actually this started earlier because in Rootstrap we have some initiatives and one of them is to maintain an open source software project. Also because we think it's a very...
Thanks for contributing! Can you add some. minimal documentation in the README about this? Also, can you remove the commented lines?
> @brunomichetti it seems to take too much time for grid search might need a good processing speed Yes, for me the neural network took me days. Ok I'll wait...
> @brunomichetti I am still not able to obtain the instances even after 5 hours of runtime The MLP classifier took me 2 days in the parameter tuning. You can...