Invalid graph - invalid dataset

Thalanayar Muthukumar 101 Reputation points
2020-07-24T10:45:12.91+00:00

Invalid graph - Invalid dataset

13654-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,848 questions
0 comments No comments
{count} vote

Accepted answer
  1. Thalanayar Muthukumar 101 Reputation points
    2020-07-25T07:57:18.377+00:00

    Thanks @Showndarya Madhavan for your quick response.

    I found that I had to press Generate Profile as in the picture below and then it worked

    13722-image.png


1 additional answer

Sort by: Most helpful
  1. Showndarya Madhavan 346 Reputation points
    2020-07-24T11:30:32.627+00:00

    Hi @Thalanayar Muthukumar

    There might be multiple reasons for this error:

    • Your input dataset has invalid characters, bad values, or out of range values
    • Some column is empty or contains too many missing values. ( You can use Clean Missing Data module to handle missing data in your dataset before you split )
    • If the data format is not supported.
    • If there are atleast 2 rows for Split Data to work
    • If you have specified desired rows to be split, make sure the number is less than the total rows,

    And, what mode of splitting have you chosen in Split Data? If you are splitting by rows, check if Stratified split is set to false. If it is true, check the target column you have chosen.

    Hope this helps!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.