🏠
Working from home
If you are not adding stuff back in, you are not removing enough.
- Bangkok
- https://heshammeneisi.github.io
Pinned Loading
-
-
NEAT-Gym-Experiment
NEAT-Gym-Experiment PublicThis is an experiment implementation using neat-python to solve OpenAI's Gym problems.
-
Useful bash paths, aliases and funct...
Useful bash paths, aliases and functions 1# START_0f56bb1d
2# To Install permanently:
3# curl -s https://gist.githubusercontent.com/HeshamMeneisi/0f56bb1dfd3ca3d09d304d3a02107205/raw/Productivity >> ~/.bashrc && source ~/.bashrc
4# To Uninstall:
5# cp ~/.bashrc bashrc.bak && perl -0777 -i -pe "s/# START_0f56bb1d.+# END_0f56bb1d//igs" ~/.bashrc
-
Time Series To Supervised
Time Series To Supervised 1def series_to_supervised(df, n_in=1, n_out=1, targets=[], dropnan=True):
2"""
3Converts a time series Pandas DataFrame into a supervised learning problem
4returns: X(t-n_in+1,...,t), y(t+1,....,t+n_out)
5"""
-
NearestNeighbour
NearestNeighbour PublicThis is a solution to the Nearest Neighbour problem using a K-D Tree that finds the nearest m points to a specific point in a set of points in O(lgn) time.
Python 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.