Code Monkey home page Code Monkey logo

ace_azure_ml's Issues

01_introduction (cmd 6) StorageException: Server failed to authenticate the request

I failed to access the storage that data was stored.
Does anyone please confirm that SAS of Azure Blob storage is still working?

%fs ls /mnt/data/telemetry
[error msg]
shaded.databricks.org.apache.hadoop.fs.azure.AzureException: com.microsoft.azure.storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

Links under **Proposed three-day agenda** are broken

Most of the links under Proposed three-day agenda are broken and giving 404 error

day 1
Machine Learning on Azure - Solution Brief (PPTX Presentation)
Introduction to Azure Databricks (Hands On)
Feature Engineering (Hands On)
Sentiment Analysis (Hands On)
Hyperparameter Tuning w/ Azure Databricks (Hands On)
Streaming on Azure Databricks (Hands On)
day 2
Logistic Regression w/ Spark ML (Hands On)
Random Forests w/ Spark ML (Hands On)
Integration of ADB and AML (PPTX Presentation)
Getting Started w/ AML service (Hands On)
AML Model Management and ML Experimentation (Hands On)
Automated ML (Hands On)
Real-time scoring w/ AKS, CI/CD and DevOps (PPTX Presentation)
day 3
Real-time scoring w/ AKS, CI/CD and DevOps (Hands On)
CI/CD and DevOps (Hands On)
Then continue with 5h on video anomaly detection

Unexpected error (os.listdir fails) on mnt_blob issue, refactor

existing check for existing mount not the best and fails first time, something like this?
(ignoring the Exception and not reporting also particularly nasty to debug)

if os.path.exists('/dbfs/mnt/data/'):
print("Already mounted.")
else:
dbutils.fs.mount(
source = source,
mount_point = mount_point,
extra_configs = extra_configs)
print("Mounted: %s at %s" % (source, mount_point))

01_introduction (cmd 46) - error: col("volt") not recognized

this col() code depends on an import that was not available yet, it should be instead:

from pyspark.sql.functions import col
display(telemetryDF.filter(col("volt") > 250).limit(10))

alternatively, DF column can also be referenced without pyspark using:

display(telemetryDF.filter(telemetryDF.volt > 250).limit(10))

would prefer to submit a pull request, but these notebooks are somehow baked inside a binary file we imported at the beginning of the lab
/presenter/notebooks.dbc

Data files missing

Pls guide me from where I can get the Data Files needed to complete the labs. Immediately looking for Day 1 data files.

presenter/notebooks/day_1/01_introduction.ipynb auth failure with srorage

the mnt notebook runs successfully, from teh intor notebook, however when you det to the "%fs ls /mnt/data/telemetry" command it fails with the following error.

shaded.databricks.org.apache.hadoop.fs.azure.AzureException: com.microsoft.azure.storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.