Skip to content

Commit

Permalink
Merge pull request #386 from Teradata/MultiTouchAttr
Browse files Browse the repository at this point in the history
Updated MultiTouch Attr for pip install
  • Loading branch information
DougEbel authored Aug 30, 2023
2 parents e5ab835 + a5af839 commit 8ece122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"import pandas as pd\n",
"import plotly.express as px\n",
"from sklearn.ensemble import RandomForestClassifier\n",
"import markov_model_attribution as mma\n",
"# import markov_model_attribution as mma\n",
"import seaborn as sns\n",
"import matplotlib.pyplot as plt\n",
"import tdnpathviz\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"source": [
"%%capture\n",
"# # '%%capture' suppresses the display of installation steps of the following packages\n",
"# !pip install markov-model-attribution\n",
"!pip install markov-model-attribution\n",
"# !pip install tdnpathviz==0.1.2.4\n",
"# !pip install colorlover\n",
"# !pip install teradataml --upgrade teradataml"
Expand Down

0 comments on commit 8ece122

Please sign in to comment.