Results: Machine Learning and Planetary Cycles

Executive Summary

We performed two distinct machine learning experiments:

  1. Personality vs Cycles: Do we have "Saturn Return" crises? (Using N=19,632 Big Five records).
  2. Profession vs Chart: Can we predict if you're a Scientist or Artist? (Using N=82 Verified Charts).

Experiment 1: The Cyclic Age Hypothesis

Does adding "Cyclic Age" (where in the Saturn/Jupiter cycle you are) improve personality prediction over "Linear Age"?

Answer: No.

Trait Linear Age R^2 Cyclic Age R^2 Delta
Conscientiousness 0.0514 0.0507 -0.0007
Neuroticism 0.0234 0.0235 +0.0001

(Note: Inner planets Sun-Mars were tested but showed no signal due to the annual resolution of the dataset.)

Nuance: The Saturn Opposition (Halfway Point)

While the global model average showed no improvement, a deeper inspection of the Conscientiousness residuals revealed a specific pattern at the Saturn Opposition (halfway through the cycle, approx ages 14, 44, 73).


Experiment 2: Profession Classification (Inner Planets Included)

Using the high-precision Celebrity Dataset, we trained a Random Forest to classify individuals into 6 professions based on their Full Birth Chart (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).

Metric Score
Accuracy 29.3%
Baseline (Guessing) 15.8%
Lift 1.85x Better than Chance

Top Predictive Features

The model found the following features most useful for distinguishing Scientists from Artists/Athletes:

  1. Pluto Position (Generational Era - detecting historical epochs of professions).
  2. Neptune Position (Generational Inspiration).
  3. Mars Position (Energy/Drive - separates Sports from Arts).
  4. Jupiter Position (Expansion/Luck).
  5. Uranus Position (Innovation).

Conclusion

While the Cyclic (Age) Hypothesis failed on the general population, the Chart Classification experiment showed surprising promise, performing nearly double the baseline accuracy. This suggests that while planetary cycles may not dictate personality development, the natal snapshot might indeed carry information about professional inclination (or at least, the historical context strongly correlates with professional cohorts).