Giter Site home page Giter Site logo

mlproject's Introduction

End to End MAchine Learning Project

mlproject's People

Contributors

krishnaik06 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mlproject's Issues

Inconsistencies and small errors

There were name inconsistencies, instead of '_' in column names there was empty spaces.

also a few minor errors that didn't let the code run in one error.

Error-01-In 47
Error-02-In 52
Error-03-In 53
Error-04-In 54

requirements.txt

in requirement.txt. is it Flask or flask. or it doesn't matter?

Saved model.pkl file is not trained

Sir, I want to point out one significant point about the saved model.pkl file.
In the utils.py file, we never returned the best model object itself, just the score.

return report

And then in model_trainer.py we sort the best max score and then initialize a totally new model based on the name of the highest score model. And in the save_object we are actually saving the newly initialized model which is untrained.
best_model = models[best_model_name]

What's strange is how it gave a prediction.
Mine didn't and I had to edit the code.
https://github.com/svkadhikary/student_perfomance/blob/45ba9818eb3ab7fb681da7c70d425ed0c70fc0a0/src/utils.py#L66
https://github.com/svkadhikary/student_perfomance/blob/45ba9818eb3ab7fb681da7c70d425ed0c70fc0a0/src/components/model_trainer.py#L100

Module Not Found Error

After running the src/components/data_ingestion.py , It gives ModuleNotFoundError : no module name 'src' , have tried every fix from bard , maily :

  1. import os

os.environ['PYTHONPATH'] = os.path.dirname(file) + '/src'

from src.exception import CustomException

2.import shutil

shutil.move('src', 'my_project/src')

from my_project.src.exception import CustomException

but haven't got it resolved.

Also , I am using miniconda env .
Can anyone let me know how to fix it ?

but where is part 2?

great video
but where is part 2?
End To End Data Science Project Implementation In One Shot- Part 1

About mlproject.eeg-info

Hello Krish, hope you are doing well.
I just followed your tutorial and tried to implement the code along with you. But I have faced some issue regarding
pip install -r requirements.txt

When you ran that, in your editor a file name mlproject.eeg-info appeared. But when I ran that, (after correcting the spelling mistake) no files created! and a bug is showing. That is in the last two lines of setup.py it is saying that syntex error. I am looking for your suggestions. Even I copied your code and still no improvement.

image
image

xgboosterror

XGBoostError:
XGBoost Library (xgboost.dll) could not be loaded.
Likely causes:

  • OpenMP runtime is not installed

    • vcomp140.dll or libgomp-1.dll for Windows
    • libomp.dylib for Mac OSX
    • libgomp.so for Linux and other UNIX-like OSes
      Mac OSX users: Run brew install libomp to install OpenMP runtime.
  • You are running 32-bit Python on a 64-bit OS

Error message(s): ['[WinError 8] Not enough memory resources are available to process this command']

I get the above error in the Model.ipynb file. Can anyone help with this? I have 64-bit python machine running. I have the vcomp140.dll and libgomp-1.dll in the System32 folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.