In order to evaluate the quality and effectiveness of feature extraction, you can rely on different criteria and metrics depending on the goal and context of your machine learning project. If you are working with supervised learning, you can use the performance of your models on the extracted features as a measure, such as accuracy, precision, recall, F1-score for classification tasks or mean squared error, root mean squared error, or R-squared for regression tasks. For unsupervised learning, you can use intrinsic properties of the extracted features as a measure, such as variance, information gain, or mutual information for feature selection or silhouette score, Davies-Bouldin index, or Calinski-Harabasz index for clustering. Lastly, for visualization purposes, you can use the visual appearance and clarity of the extracted features as a measure - scatter plots, heat maps, or histograms can be used to examine the distribution, correlation, or separation of the features.