About 50 results
Open links in new tab
  1. What is OOF approach in machine learning? - Stack Overflow

    Sep 19, 2018 · I found this article from machine learning mastery explaining out of the fold predictions quite in depth. Below an extract from the article explaining what out of fold (OOF) prediction is: "An …

  2. definition - What is machine learning? - Stack Overflow

    What does machine learning code do ? Depends on the type of machine learning you're talking about. Machine learning is a huge field, with hundreds of different algorithms for solving myriad different …

  3. Write data directly to blob storage from an Azure Machine Learning ...

    Jun 10, 2024 · I'm working on some interactive development in an Azure Machine Learning notebook and I'd like to save some data directly from a pandas DataFrame to a csv file in my default connected …

  4. What does recall mean in Machine Learning? - Stack Overflow

    Jan 2, 2013 · What's the meaning of recall of a classifier, e.g. bayes classifier? please give an example. for example, the Precision = correct/correct+wrong docs for test data. how to understand recall?

  5. How to put more weight on certain features in machine learning?

    Jun 26, 2016 · If using a library like scikit-learn, how do I assign more weight on certain features in the input to a classifier like SVM? Is this something people do or not?

  6. Azure Machine Learning notebook doesn't change kernel

    Apr 4, 2024 · Even when new environments are created and all packages are installed and when i switch to new environment, it doesn't change the python version rather it uses 3.8.5 only. But my …

  7. How can install additional python packages in Azure Machine Learning ...

    Dec 9, 2021 · Hey I am trying to install dash and jupyter-dash in Azure Machine Learning Studio (New- not classic). I opened terminal and installed them using pip install and they successully were installed …

  8. python - What are all the formats to save machine learning model in ...

    Apr 9, 2020 · What are all the formats to save machine learning model in scikit-learn, keras, tensorflow and mxnet? Asked 5 years, 9 months ago Modified 1 year, 4 months ago Viewed 24k times

  9. python - What is sharding in machine learning and how to do sharding …

    Aug 30, 2021 · What is sharding in the context of machine learning specifically ( a more generic antic question is asked here ) and how is it implemented in Tensorflow ? What is referred to as sharding, …

  10. Azure Machine Learning - error trying to view uploaded data in tutorial ...

    Aug 1, 2024 · I had this issue. When I did this, I was trying to upload the data folder from my user's Download folder (e.g. c:\users\myusername\Downloads). I moved the data folder directly in c: and …