8. Dimension

  1. Click on Dimension under the Machine Learning category.

  1. Model type: Select the type of model.

  2. N components: Specify the desired number of dimensions to reduce the data to.

  3. Learning rate (TSNE): Learning rate determines how much the TSNE algorithm reflects the distances between data points. Too large values may cause data to be excessively dense, while too small values may lead to convergence issues. Typically, values between 0.1 and 0.3 are used.

  4. Random state - Set the seed value for the random number generator.

  5. Allocate to: Specify the variable name to assign to the model.

  6. Code view: Preview the generated code.

  7. Run: Execute the code.

Last updated