Skip to content

Commit b0aa931

Browse files
Fix: question88 broken link
1 parent 5eb6170 commit b0aa931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
165165
| 85 | [A Data Scientist wants to gain real-time insights into a data stream of GZIP files. Which solution would allow the use of SQL to query the stream with the LEAST latency?](#a-data-scientist-wants-to-gain-real-time-insights-into-a-data-stream-of-gzip-files-which-solution-would-allow-the-use-of-sql-to-query-the-stream-with-the-least-latency)
166166
| 86 | [A retail company intends to use machine learning to categorize new products. A labeled dataset of current products was provided to the Data Science team. The dataset includes 1,200 products. The labeled dataset has 15 features for each product such as title dimensions, weight, and price. Each product is labeled as belonging to one of six categories such as books, games, electronics, and movies. Which model should be used for categorizing new products using the provided dataset for training?](#a-retail-company-intends-to-use-machine-learning-to-categorize-new-products-a-labeled-dataset-of-current-products-was-provided-to-the-data-science-team-the-dataset-includes-1200-products-the-labeled-dataset-has-15-features-for-each-product-such-as-title-dimensions-weight-and-price-each-product-is-labeled-as-belonging-to-one-of-six-categories-such-as-books-games-electronics-and-movies-which-model-should-be-used-for-categorizing-new-products-using-the-provided-dataset-for-training)
167167
| 87 | [A Machine Learning Specialist is assigned a TensorFlow project using Amazon SageMaker for training, and needs to continue working for an extended period with no Wi-Fi access. Which approach should the Specialist use to continue working?](#a-machine-learning-specialist-is-assigned-a-tensorflow-project-using-amazon-sagemaker-for-training-and-needs-to-continue-working-for-an-extended-period-with-no-wi-fi-access-which-approach-should-the-specialist-use-to-continue-working)
168-
| 88 | [A Machine Learning Specialist is required to build a supervised image-recognition model to identify a cat. The ML Specialist performs some tests and records the following results for a neural network-based image classifier. Total number of images available = 1,000 Test set images = 100 (constant test set). The ML Specialist notices that, in over 75% of the misclassified images, the cats were held upside down by their owners. Which techniques can be used by the ML Specialist to improve this specific test error?](#a-machine-learning-specialist-is-required-to-build-a-supervised-image-recognition-model-to-identify-a-cat-the-ml-specialist-performs-some-tests-and-records-the-following-results-for-a-neural-network-based-image-classifier-total-number-of-images-available--1000-test-set-images--100-constant-test-set-the-ml-specialist-notices-that-in-over-75%25-of-the-misclassified-images-the-cats-were-held-upside-down-by-their-owners-which-techniques-can-be-used-by-the-ml-specialist-to-improve-this-specific-test-error)
168+
| 88 | [A Machine Learning Specialist is required to build a supervised image-recognition model to identify a cat. The ML Specialist performs some tests and records the following results for a neural network-based image classifier. Total number of images available = 1,000 Test set images = 100 (constant test set). The ML Specialist notices that, in over 75% of the misclassified images, the cats were held upside down by their owners. Which techniques can be used by the ML Specialist to improve this specific test error?](#a-machine-learning-specialist-is-required-to-build-a-supervised-image-recognition-model-to-identify-a-cat-the-ml-specialist-performs-some-tests-and-records-the-following-results-for-a-neural-network-based-image-classifier-total-number-of-images-available--1000-test-set-images--100-constant-test-set-the-ml-specialist-notices-that-in-over-75-of-the-misclassified-images-the-cats-were-held-upside-down-by-their-owners-which-techniques-can-be-used-by-the-ml-specialist-to-improve-this-specific-test-error)
169169
| 89 | [A Machine Learning Specialist needs to be able to ingest streaming data and store it in Apache Parquet files for exploration and analysis. Which of the following services would both ingest and store this data in the correct format?](#a-machine-learning-specialist-needs-to-be-able-to-ingest-streaming-data-and-store-it-in-apache-parquet-files-for-exploration-and-analysis-which-of-the-following-services-would-both-ingest-and-store-this-data-in-the-correct-format)
170170
| 90 | [A Data Scientist is developing a machine learning model to classify whether a financial transaction is fraudulent. The labeled data available for training consists of 100,000 non-fraudulent observations and 1,000 fraudulent observations. The Data Scientist applies the XGBoost algorithm to the data, resulting in the following confusion matrix when the trained model is applied to a previously unseen validation dataset. The accuracy of the model is 99.1%, but the Data Scientist has been asked to reduce the number of false negatives. Which combination of steps should the Data Scientist take to reduce the number of false positive predictions by the model? (Choose two.)](#a-data-scientist-is-developing-a-machine-learning-model-to-classify-whether-a-financial-transaction-is-fraudulent-the-labeled-data-available-for-training-consists-of-100000-non-fraudulent-observations-and-1000-fraudulent-observations-the-data-scientist-applies-the-xgboost-algorithm-to-the-data-resulting-in-the-following-confusion-matrix-when-the-trained-model-is-applied-to-a-previously-unseen-validation-dataset-the-accuracy-of-the-model-is-991%25-but-the-data-scientist-has-been-asked-to-reduce-the-number-of-false-negatives-which-combination-of-steps-should-the-data-scientist-take-to-reduce-the-number-of-false-positive-predictions-by-the-model-choose-two)
171171
| 91 | [A company is running a machine learning prediction service that generates 100 TB of predictions every day. A Machine Learning Specialist must generate a visualization of the daily precision-recall curve from the predictions, and forward a read-only version to the Business team. Which solution requires the LEAST coding effort?](#a-company-is-running-a-machine-learning-prediction-service-that-generates-100-tb-of-predictions-every-day-a-machine-learning-specialist-must-generate-a-visualization-of-the-daily-precision-recall-curve-from-the-predictions-and-forward-a-read-only-version-to-the-business-team-which-solution-requires-the-least-coding-effort)

0 commit comments

Comments
 (0)