Skip to content

Commit

Permalink
Merge pull request #19 from chrisrijsdijk/Arduino3Dsimple
Browse files Browse the repository at this point in the history
Raw -->markdown
  • Loading branch information
chrisrijsdijk committed Jun 20, 2023
2 parents 5319626 + a35053c commit 102af4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notebook/Oilanalysis_randomforestC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"metadata": {},
"outputs": [],
"source": [
"#perform k-means clustering to check for nonlinear dependencies among the df columns\n",
"#perform RF-C\n",
"\n",
"from sklearn.impute import KNNImputer\n",
"from sklearn.model_selection import train_test_split\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cells": [
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"# Oil analysis using random forest classification \n",
Expand Down
2 changes: 1 addition & 1 deletion sitetext/Oilanalysis_rf.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cells": [
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"# Oil analysis using random forest classification \n",
Expand Down

0 comments on commit 102af4f

Please sign in to comment.