rich7420 opened a new issue, #721: URL: https://github.com/apache/mahout/issues/721
### Summary This PR adds infrastructure and basic NumPy array input support for single sample encoding. It includes dependency setup, error types, and the core encode_numpy() method for 1D arrays. - add dependency qdp-python/Cargo.toml - add error type qdp-core/src/error.rs - add encode_numpy() qdp-python/src/lib.rs - add a helper methods in qdp-core/src/lib.rs for slice conversion - add unit test qdp-python/tests/test_numpy_input.py -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
