-
Rewrite code to render the "Visualization of the decision boundary" in Logistic Regression using plotly
Refer to expectedoutput5.html in the expected outputs folder for the desired output.
In or…
-
Clicking on the home icons should redirect user to home page
-
Rewrite code to render the "Visualization of the final cluster centers" in K-Means using plotly.
Refer to expectedoutput4.html in the expected outputs folder for the desired output.
-
Rewrite code to render the "Visualization of the dataset" in Logistic Regression using plotly.
Refer to expectedoutput1.html in the expected outputs folder for the desired output.
In order to co…
-
Currently README.md is not very helpful for all kind of users, so update it so that all the users can understand and setup project locally.
1. Instructions for Windows
2. Instructions for Linux
3…
-
implement Infinite scroll on issues page.
Currently we have pagination where one need to click on next/prev link to see more issues. Now you have to implement infinite scroll.
Like in case of Twi…
-
Replace simple more text with some loading gif etc
-
Home page has all the issues sent from backend views.. This will become very inefficient when the issues are very large in number, so implement pagination, send a fix number of issue objects from back…
-
You have to simply make a new js file and put the js code on any one html page to this new js file and then include that js file in html file. e.g Projects/templates/Projects/home.html has some js a…