Skip to content

Commit

Permalink
Merge pull request #209 from vertica/vertica_logo_change
Browse files Browse the repository at this point in the history
Vertica logo change
  • Loading branch information
mail4umar authored Aug 4, 2023
2 parents 4a46b8d + 83484f4 commit 06a2025
Show file tree
Hide file tree
Showing 31 changed files with 44 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down Expand Up @@ -1066,7 +1066,7 @@
"</head>\n",
"<body>\n",
"\n",
"<a href=\"#\" font-size= 40px class=\"previous round\">&#8249;</a>\n",
"<a href=\"/voila/render/demos/enablement/Data%20Science%20Essentials/Module%20-%20Linear%20Regression/Essentials_LinearRegression_Exercise.ipynb\" font-size= 40px class=\"previous round\">&#8249;</a>\n",
"<a href=\"/voila/render/demos/enablement/Data%20Science%20Essentials/Module%20-%20Classification/Essentials_Classification_LogisticRegression_Example.ipynb\" class=\"next round\">&#8250;</a>\n",
" \n",
"</body>\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down Expand Up @@ -1181,7 +1181,12 @@
"id": "7b2424cd-2121-46cd-b749-0e531a8a30e6",
"metadata": {},
"source": [
"Import the library and create a random forest model object."
"Import the library and create a random forest model object.\n",
"\n",
"```python\n",
"from verticapy.machine_learning.vertica.ensemble import RandomForestClassifier\n",
"model = RandomForestClassifier(\"public.RF_iris\")\n",
"```"
]
},
{
Expand All @@ -1191,8 +1196,10 @@
"metadata": {},
"outputs": [],
"source": [
"import verticapy\n",
"from verticapy.machine_learning.vertica.ensemble import RandomForestClassifier\n",
"model = RandomForestClassifier(\"public.RF_iris\")"
"verticapy.create_schema(\"dummy\")\n",
"model = RandomForestClassifier(\"dummy.RF_iris\")"
]
},
{
Expand Down Expand Up @@ -1444,6 +1451,17 @@
"This shows the efficacy of random forests towards classifying multi-class problems. "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8ba10d5c",
"metadata": {},
"outputs": [],
"source": [
"verticapy.drop(\"dummy\", method=\"schema\")\n",
"print()"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down Expand Up @@ -863,7 +863,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ac4fd6d5",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"300\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\" id=\"navbar_top\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"\n",
"<body>\n",
"<div class=back>\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"200\">\n",
"<img src=\"Figures/v2.svg.png\" alt=\"Vertica logo\" width=\"350\">\n",
"</div>\n",
"<div class=\"navbar_0\">\n",
"\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06a2025

Please sign in to comment.