This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Originated in a private repository: code/geolife-train-test.py | |
# Author: Hossein Amiri (haenter) | |
# All right is reserved to the author | |
import pandas as pandas | |
import utils.utils as utils | |
import utils.files as files | |
import utils.geolife.geo_data as geo_data | |
number_of_needles = 20 |