-
Notifications
You must be signed in to change notification settings - Fork 16
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
Added Decision tree model #32 issue #108
base: main
Are you sure you want to change the base?
Conversation
I will add the comments in cpp file soon till then, kindly check any other changes if required! |
Sir, this build error is not fixing, I don't know why, kindly look into it. |
@Sar-thak-3 pull fresh changes from main and remove the last line in cmake, it's possibly causing build failure |
Sir, checks were passed, kindly check is it okay? |
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.
Revert CMakeLists.txt file and do not change in future PRs
I revert the changes but there is an issue in "src/slowmokit/ducks/matrix/matrix.cpp" , which is creating an error in build. |
CMakeLists.txt
Outdated
# base files | ||
src/slowmokit/base.hpp | ||
src/slowmokit/core.hpp | ||
src/slowmokit/prereqs.hpp | ||
|
||
# ducks | ||
src/slowmokit/ducks/ducks.hpp | ||
src/slowmokit/ducks/io/io.hpp | ||
src/slowmokit/ducks/io/io.cpp | ||
src/slowmokit/ducks/matrix/matrix.hpp | ||
|
||
# methods | ||
src/slowmokit/models/model.hpp | ||
src/slowmokit/methods/neighbors/knn/knn.cpp | ||
src/slowmokit/methods/neighbors/knn/knn.hpp | ||
src/slowmokit/methods/linear_model/linear_regression.hpp | ||
src/slowmokit/methods/linear_model/linear_regression/linear_regression.hpp | ||
src/slowmokit/methods/linear_model/linear_regression/linear_regression.cpp |
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.
Remove all files added in cmake, and just keep the files till slowmokit.cpp
35860f2
to
eefc405
Compare
CMakeLists.txt
Outdated
add_library(slowmokit | ||
src/slowmokit.hpp | ||
src/slowmokit.cpp) |
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.
Vro all we need is this much, remove all the other files added
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.
Done sir!
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.
Lgtm
No description provided.