Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farial-mahmod/nuclear-energy-generation-prediction-logistic-regression
Nuclear Energy Generation Prediction Logistic Regression project is aimed at predicting the nuclear energy generation based on the production (generation) data from 1991 to 2023 by using Logistic Regression.
https://github.com/farial-mahmod/nuclear-energy-generation-prediction-logistic-regression
energy kaggle logistic-regression machine-learning matplotlib nuclear-energy nuclear-power numpy power python3 sklearn
Last synced: 13 days ago
JSON representation
Nuclear Energy Generation Prediction Logistic Regression project is aimed at predicting the nuclear energy generation based on the production (generation) data from 1991 to 2023 by using Logistic Regression.
- Host: GitHub
- URL: https://github.com/farial-mahmod/nuclear-energy-generation-prediction-logistic-regression
- Owner: Farial-mahmod
- License: mit
- Created: 2024-05-29T10:46:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T10:41:10.000Z (7 months ago)
- Last Synced: 2024-05-30T23:56:34.681Z (7 months ago)
- Topics: energy, kaggle, logistic-regression, machine-learning, matplotlib, nuclear-energy, nuclear-power, numpy, power, python3, sklearn
- Language: Python
- Homepage: https://www.kaggle.com/code/farialmahmod/nuclear-energy-generation-prediction-logisticreg
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuclear Energy Generation Prediction Logistic Regression
Nuclear Energy Generation Prediction Logistic Regression project is aimed at predicting the nuclear energy generation based on the production (generation) data from 1991 to 2023 by using Logistic Regression. This is a beginner-friendly notebook that assists in understanding the prediction curve of nuclear power generation using Logictic Regression.
### A Note about Logistic Regression:
Logictic Regression is a supervised machine learning algorithm that gets trained on real-world data and it tries to predict or forecast results depending on its training. Logistic regression is used in various fields, including machine learning, mathematics, economics, most of the medical fields and science branches.
It usually draws an "S" shaped (similar) curve on the graph.### Output Visualization
![Unknown](https://github.com/Farial-mahmod/Nuclear-Energy-Generation-Prediction-Logistic-Regression/assets/60639522/73cc384b-5bb6-4db9-b616-0b3b8edce626)The project is available on Kaggle: https://www.kaggle.com/code/farialmahmod/nuclear-energy-generation-prediction-logisticreg