Author: Aleyna Albayrak
E-Mail: [email protected]
Institute: Intelligent Embedded Systems, University of Kassel, Germany
This repository was created as part of the course Experimentation and Evaluation in Machine Learning.
e2ml: Python package of the Python modules implemented during this courseevaluation: Python package to evaluate and visualize experimental resultsexperimentation: Python package with methods of design of experimentsmodels: Python package of implement machine learning modelspreprocessing: Python package of data preprocessing functionssimulation: Python package to execute experiments
notebooks: directory of Jupyter notebooks with example codetutorial_python_solutation.ipynb: introduction into Python including important modules, such as, NumPy, SciPy, and Scikit-learn
LICENSE: information about the terms under which one can use this packagesetup.py: Python file to install the project's package
To install and use this project, one needs to consider the following steps.
- Update the general section of
README.mdand thesetup.pyfile by adding your credentials to the designated text passages. - Install conda for Python 3.9 according to the installation guide.
- Create a conda environment with the name
e2ml-env.
conda create --name e2ml-env python=3.9- Activate the created environment.
conda activate e2ml-env- Install the project's package
e2mlin the conda environment.
pip install -e .- Now, you have installed the Python package
e2mland should be able to use it. You can test it by importing it within a Python console.
import e2ml- Finally, you can start to work with this project. In particular, you can view the
Jupyter Notebooks in the folder
notebooksby executing the following command.
jupyter-notebookTBD
TBD
TBD