This project contains code to analyse high dimensional data.
Here we implement different pipelines for classification/regression of high dimensional data with small sample size.
sklearn, numpy, scipy
Provide clear instructions on how to get your development environment running.
pip install -r requirements.txt
Assuming the dependencies are installed, describe how to run the code from command line.
python main.py
Talk about what features your project has.
If you want others to contribute to your project, providing guidelines may be helpful.
Explain how to run the test suite, if you have one.
python -m unittest discover tests
Inform users about the license under which you’re providing the project.
MIT License
Copyright (c) [2023] [A. Mahrach]
Here you can acknowledge the ones who contributed to the project or if you have based your work on someone else's work, don't forget to credit them.