Skip to content

annied11/Microsoft_Fabric_Hackthon

 
 

Repository files navigation

Microsoft_Fabric_Hackthon

Required Packages

To run this project, ensure you have the following Python packages installed:

  • Python 3.12
  • pandas
  • numpy
  • matplotlib
  • seaborn
  • joblib
  • scikit-learn for machine learning models and tools:
    • LogisticRegression
    • RandomForestClassifier
    • accuracy_score, confusion_matrix, and classification_report
    • KMeans
    • train_test_split and cross_val_score
    • StandardScaler
  • imbalanced-learn for handling imbalanced datasets:
    • SMOTE
  • tensorflow

You can install all required packages using the following command:

pip install pandas numpy matplotlib seaborn joblib scikit-learn imbalanced-learn tensorflow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 96.4%
  • HTML 2.2%
  • Other 1.4%