Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.18 KB

Machine Learning for students

  • This is a repository of code used in my classes for my students.

  • Neverhtheless, if you find it useful for your purposes enjoy it. But, please, do not consider this a stable product or a definitive version. This repository will be inmerse in a continuous changing.

  • Of course, this code contains errors.

  • The code in this repository is mainly written in Python.

  • There is also part of the Python code to be used in a Spark environment.

  • This code uses Scikit-Learn and Pandas.

Usage

Comming nearly.

Setting the environment to use this code from your Python code

For using this library set the environment variable PYTHONPATH to the directory where the repository is placed. Usually, I place the directories ann, hmm, machine_learning, and testing in ${HOME}/pyhon. Then I set the following line in my .profile or .bashrc file.

    export PYTHONPATH="${HOME}/python"

Authors

How to get it

git clone https://github.com/jonandergomez/machine_learning_for_students.git