Skip to content

CML test#1

Merged
dev-opsss merged 16 commits intomainfrom
dev-opsss-patch-1
Oct 15, 2025
Merged

CML test#1
dev-opsss merged 16 commits intomainfrom
dev-opsss-patch-1

Conversation

@dev-opsss
Copy link
Owner

No description provided.

@dev-opsss dev-opsss changed the title Create model.py CML test Oct 14, 2025
@github-actions
Copy link

ML Model Training Report

Model Performance Metrics

Model Performance Metrics
Mean Absolute Error = 61.03
Mean Squared Error = 4675.56

Model Results Visualization

Model Results

Training Summary

  • Model: TensorFlow Sequential Neural Network
  • Architecture: Dense(10, relu) -> Dense(1)
  • Optimizer: Adam (lr=0.01)
  • Loss: Mean Squared Error
  • Epochs: 100
  • Dataset: Linear regression (50 samples, 50/50 train/test split)

@github-actions
Copy link

ML Model Training Report

Model Performance Metrics

Model Performance Metrics

Mean Absolute Error = 0.000709
Mean Squared Error = 0.000001
R² Score = 1.000000
Final Training Loss = 4.62e-10
Final Validation Loss = 1.89e-10
Training Samples = 35
Test Samples = 15
Model Architecture = Single Dense Layer
Optimizer = Adam (lr=0.1)
Training Status = ✅ EXCELLENT PERFORMANCE

Model Results Visualization

Model Results

Training Summary

  • Model: TensorFlow Sequential Neural Network
  • Architecture: Dense(10, relu) -> Dense(1)
  • Optimizer: Adam (lr=0.01)
  • Loss: Mean Squared Error
  • Epochs: 100
  • Dataset: Linear regression (50 samples, 50/50 train/test split)

@dev-opsss dev-opsss merged commit 917f8fa into main Oct 15, 2025
1 check failed
@github-actions
Copy link

ML Model Training Report

Model Performance Metrics

Model Performance Metrics

Mean Absolute Error = 0.004120
Mean Squared Error = 0.000022
R² Score = 1.000000
Final Training Loss = 8.60e-09
Final Validation Loss = 6.59e-09
Training Samples = 35
Test Samples = 15
Model Architecture = Single Dense Layer
Optimizer = Adam (lr=0.1)
Training Status = ✅ EXCELLENT PERFORMANCE

Model Results Visualization

Model Results

Training Summary

  • Model: TensorFlow Sequential Neural Network
  • Architecture: Dense(10, relu) -> Dense(1)
  • Optimizer: Adam (lr=0.01)
  • Loss: Mean Squared Error
  • Epochs: 100
  • Dataset: Linear regression (50 samples, 50/50 train/test split)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant