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

Added Decision tree model #32 issue #108

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Sar-thak-3
Copy link
Contributor

No description provided.

@Sar-thak-3
Copy link
Contributor Author

I will add the comments in cpp file soon till then, kindly check any other changes if required!

@Sar-thak-3
Copy link
Contributor Author

Sir, this build error is not fixing, I don't know why, kindly look into it.

@ken1000minus7
Copy link
Collaborator

@Sar-thak-3 pull fresh changes from main and remove the last line in cmake, it's possibly causing build failure

@Sar-thak-3
Copy link
Contributor Author

Sir, checks were passed, kindly check is it okay?

Copy link
Member

@harshjohar harshjohar left a 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

@Sar-thak-3
Copy link
Contributor Author

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
Comment on lines 29 to 48
# 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
Copy link
Collaborator

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

CMakeLists.txt Outdated
Comment on lines 26 to 28
add_library(slowmokit
src/slowmokit.hpp
src/slowmokit.cpp)
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done sir!

Copy link
Collaborator

@ken1000minus7 ken1000minus7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

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

Successfully merging this pull request may close these issues.

3 participants