Skip to content

Commit

Permalink
Add requirements and update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-leme committed May 9, 2020
1 parent 9f75886 commit 3cf89f2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
1 change: 0 additions & 1 deletion csmom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from pandas_datareader import data
from scipy.stats import rankdata

from turing_quant_models import Turing_quant_models
Expand Down
2 changes: 0 additions & 2 deletions markowitz.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from pandas_datareader import data
import yfinance as yf

from turing_quant_models import Turing_quant_models

Expand Down
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
certifi==2020.4.5.1
cycler==0.10.0
joblib==0.14.1
kiwisolver==1.2.0
matplotlib==3.1.3
mkl-fft==1.0.15
mkl-service==2.3.0
numpy==1.18.1
pandas==1.0.3
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2020.1
scikit-learn==0.22.2.post1
scipy==1.4.1
six==1.14.0
tornado==6.0.4
1 change: 0 additions & 1 deletion tsmom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from pandas_datareader import data

from sklearn.linear_model import LinearRegression
from sklearn.tree import DecisionTreeRegressor
Expand Down
1 change: 0 additions & 1 deletion turing_quant_models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import yfinance as yf

class Turing_quant_models:

Expand Down

0 comments on commit 3cf89f2

Please sign in to comment.