Skip to content

Commit

Permalink
[FEATURE] Update mlflow notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
brickmeister committed Jun 29, 2021
1 parent 8796d05 commit 0343d4f
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions notebooks/02-MLFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@
// MAGIC * [Decision Tree Classifier](https://medium.com/swlh/decision-tree-classification-de64fc4d5aac)
// MAGIC
// MAGIC ### Architecture
// MAGIC <img src="files/shared_uploads/mark.lee@databricks.com/Population_Segmentation__1_.png" width = 100% /img>

// COMMAND ----------

// MAGIC %md
// MAGIC
// MAGIC ## Results
// MAGIC
// MAGIC SHOW EXAMPLE RESULTS
// MAGIC <img src="https://github.com/brickmeister/data_science_workshop/blob/main/img/Population_Segmentation__1_.png?raw=true" width = 100% /img>

// COMMAND ----------

Expand All @@ -52,27 +44,7 @@

// MAGIC %md
// MAGIC
// MAGIC ## Retrieve Gold Level Data

// COMMAND ----------

// %scala

// /*
// Load the Databricks Adult income Dataset into a dataframe
// */

// val df_columns = Seq("age", "workclass", "fnlwgt", "education", "education-num",
// "marital-status", "occupation", "relationship", "race", "sex",
// "capital-gain", "capital-loss", "hours-per-week", "native-country",
// "label");

// val df = spark.read
// .format("csv")
// .load("dbfs:/databricks-datasets/adult/adult.data")
// .toDF(df_columns : _*);

// display(df);
// MAGIC ## Retrieve Bronze Level Data

// COMMAND ----------

Expand Down

0 comments on commit 0343d4f

Please sign in to comment.