can't import the bike rental data

asato takatoh 20 Reputation points
2024-04-10T02:07:18.83+00:00

I am on "Fundamental of Machine Learnig"- Exercise - Explore Automated Machine Learning in Azure Machine Learning.

I took the steps below and I am having error
Choose a source for your data asset > From URI > https://aka.ms/bike-rentals > do not select "Skip data validation"**
※** The instruction says select From web files but there isn't such an option.

File https://aka.ms/bike-rentals/MLTable is empty. Please make sure it's a valid MLTable which must match the documentation (https://learn.microsoft.com/en-us/azure/machine-learning/concept-data?tabs=uri-file-example%2Ccli-data-create-example#uris). If you want to proceed, consider checking "Skip data validation" and click "Next." We will not validate your data path or query, or try to access your data for preview and schema checks.

Skip data validation

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,205 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Srinud 1,965 Reputation points Microsoft Vendor
    2024-04-10T09:08:29.2433333+00:00

    Hi Asato takatoh,

    Thank you for asking this question on the Microsoft Q&A Platform.

    We've noted your difficulty in finding the 'web files' option after completing the Tabular Data Type. However, we successfully located the 'From web files' option among the three presented choices, as depicted in the attached screenshot:User's image

    User's image

    User's image

    If the issue persists, please let us know, and we'll gladly provide additional assistance.

    If the solution provided has resolved the problem, please consider acknowledging it by clicking the "Upvote and Accept answer" button to improve the visibility of this question for other members of the Microsoft Q&A community.

    Thank you.


  2. Srinud 1,965 Reputation points Microsoft Vendor
    2024-04-22T10:57:11.34+00:00

    Hi Diane Scanlon,

    Please ensure that you enter the correct naming, including hyphens (-), at each step while you proceed with the exercise on using automated machine learning to train a model.

    We have successfully attempted the process from our end without encountering any issues, as shown in the screenshots below.

    User's image

    User's image

    If the information is helpful, please upvote the answer by clicking the "Upvote" on the post.

    Thank you.


  3. Maciej Pelc 0 Reputation points
    2024-06-27T09:31:37.66+00:00

    If we go with Web URL / Specify a URI option, its still throwing error as there is no files at https://aka.ms/bike-rentals.

    It gives me an error:
    "The provided path is not valid or the files could not be accessed. You can still use this Web URL by selecting "Skip data validation" and continuing, but the URL won’t be validated and the data won’t be read, which also means no preview or schema check can be generated."

    What can I do to resolve these problem?

    0 comments No comments

  4. Maciej Pelc 0 Reputation points
    2024-06-27T10:52:40.9833333+00:00

    Temporary solution:
    https://www.kaggle.com/c/bike-sharing-demand/data?select=test.csv

    Until Microsoft fixes problem, please try to use these data, download to your files, and use if I am not mistaken test.csv, then you must not select "Target column: rentals (integer)" but "count" rest do the same as in the curs, there are steal ofc some differences then in real azure, these lessons are not being updated.

    For Microsoft worker, please provide good link with data, and go throw everything that was in that curse and in real azure Machine Learning Studio and fix the differences, because there are differences

    if anyone know how to create a json to test that model please let me know ;)

    0 comments No comments

  5. Maciel, Jackson de Souza 0 Reputation points
    2024-06-27T11:58:24.3966667+00:00

    Guys!

    1. Choose the ‘tabular’ type.
    2. Download the file from this link: https://github.com/MicrosoftDocs/mslearn-aml-labs/blob/master/data/daily-bike-share.csv
    3. In the data source, select ‘From local files’ and choose the file you downloaded.
    0 comments No comments