-
Notifications
You must be signed in to change notification settings - Fork 14
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
Classifier Callback #122
Comments
This could be interesting, ill take a look at it |
@thomkenn please begin thinking about implementing this. I already have other work lined up to expand the Classification algorithms for pycoal which would leverage this functionality. |
Am currently testing code on my local machine, will submit a pull request when i have it working. |
Hi @thomkenn you've been cranking on this now since your original interest on January 18th, 2018. Do you have a pull request? |
ok i sent in a pull request with the tentative formatting i had in mind for this to work. Further documentation study and changing references to the mineral.py throughout the greater program will be required and updated after this is completed |
See my comment on the PR, close the PR and make sure your PR only includes
proposed changes not en entire history of the project.
Thanks
|
Apologies, i had github improperly configured, i went off the notes you gave on my last PR and i believe i have submitted the proper form |
@EvandroCT can you please start working on this issue to get yourself familiarized with the project source code? Thank you |
Hey folks, please, take a look at my PR #155 |
Thank you @EvandroCT |
This issue is to implement the functionality requested in capstone-coal/capstone-coal.github.io#32 to allow the user to control the classification algorithm. One option is to refactor the mineral classification method to take a callback which defaults to the current SAM implementation. Additional work remains to figure out the best way to do this.
The text was updated successfully, but these errors were encountered: