npls1-python 0.1.0

Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics library
Documentation
1
2
3
4
5
6
def main():
    print("Hello from npls1-python!")


if __name__ == "__main__":
    main()