RRFSavantMetaLogit / config.json
antonypamo's picture
Upload RRF-Savant resonance ranker model and config
b98a0c4 verified
raw
history blame contribute delete
377 Bytes
{
"model_type": "logistic_regression",
"framework": "scikit-learn",
"input_features": {
"description": "RRF-Savant meta-state features (phi, omega, coherence, S_RRF, C_RRF, E_H, dominant_frequency, one-hot Phi nodes)",
"dimension": 15
},
"created_from": "RRFSavant_AGI_Core_Colab.ipynb",
"dependencies": [
"scikit-learn",
"numpy",
"joblib"
]
}