Skip to content

Instantly share code, notes, and snippets.

@adamnovotnycom
adamnovotnycom / sklearn_pipe.py
Last active June 20, 2020 20:39
sklearn pipeline
# train_dataset: pd.DataFrame
# Columns
# numerical_features = ["close_percent_bb", "macd_diff", "force_index"] ,
# type: float
# categorical_features = ["previous_day_flag"]
# type: str
# value from set {"up", "down", "flat"}
# Example:
# >>train_dataset.loc[:, numerical_features + categorical_features + ["label"]].head(5)
# percent_bb macd_diff force_index previous_day_flag label
@adamnovotnycom
adamnovotnycom / google_100_carbon_free.ipynb
Created October 31, 2020 21:30
google_100_carbon_free.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / colab_auto_sklearn_profiler.ipynb
Created March 20, 2021 15:50
colab_auto_sklearn_profiler.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / berkeley_earth_temp_data.ipynb
Last active April 18, 2021 16:11
berkeley_earth_temp_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / airbnb_nyc_kaggle.ipynb
Created December 4, 2020 19:40
airbnb_nyc_kaggle.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / berkeley_earth_temp_data.ipynb
Created May 14, 2021 23:58
berkeley_earth_temp_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / berkeley_earth_temp_prophet.ipynb
Created May 16, 2021 15:40
berkeley_earth_temp_prophet.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / sklearn_pipe.ipynb
Last active April 2, 2022 15:15
sklearn_pipe.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamnovotnycom
adamnovotnycom / lstm_synthetic_data.ipynb
Last active December 19, 2022 11:05
lstm_synthetic_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.