California Housing Price Predictions Notebook#167
California Housing Price Predictions Notebook#167kartikdutt18 merged 17 commits intomlpack:masterfrom
Conversation
Pulling and merging upstream
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| return 1; | ||
| } | ||
| } | ||
| else{ |
| Py_XDECREF(pFunc); | ||
| Py_DECREF(pModule); | ||
| } | ||
| else{ |
|
@zoq @kartikdutt18 I also checked other util files and fixed them.Besides, any tools or tips to fix or avoid such style issues? |
Mainly study https://github.com/mlpack/mlpack/wiki/DesignGuidelines, there might also be an option for you editor to configure the rules we use here - https://github.com/mlpack/jenkins-conf/blob/c859b704d3da9e5f3cd0fc15a6fb408ec3e8e39e/linter/lint.sh#L57-L72. |
|
@zoq @kartikdutt18 I think the commits follows all the style checks now. Maybe we can merge it. Your thoughts? |
| "display_name":"C++14", | ||
| "language":"C++14" | ||
| } | ||
| "cells": [ |
There was a problem hiding this comment.
I'm not sure what happened to the file here, but I think it was correct before, so let us remove the changes from the PR.
There was a problem hiding this comment.
Ohh..it's not an issue.So, as this file was messed up, I just copied it from different branch. What happened in the process is, all the outputs from jupyter notebook is removed(and nothing else). So, I just ran the notebook once, there is no change in any code.
|
@zoq @kartikdutt18 See if we can wrap up with this PR. |
zoq
left a comment
There was a problem hiding this comment.
Thanks for working on this, no further comments from my side.
Sorry Marcus :(