About 89,800 results
Open links in new tab
  1. python - What are all the formats to save machine learning model …

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

  2. python 3.x - Using datetime in Machine Learning - Stack Overflow

    Jan 25, 2024 · python-3.x pandas datetime machine-learning integer edited Jan 25, 2024 at 17:07 desertnaut 60.8k 32 155 183

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

    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 …

  4. Best machine learning approach to automate text/fuzzy matching

    I'm reasonably new to machine learning, I've done a few projects in python. I'm looking for advice on how to approach the below problem which I believe could be automated. A user in a data …

  5. python - What does the "fit" method in scikit-learn do? - Stack …

    Aug 16, 2017 · It also should be noted that sometimes the "fit" nomenclature is used for non-machine-learning methods, such as scalers and other preprocessing steps. In this case, you …

  6. Python vs R for machine learning - Data Science Stack Exchange

    Jun 12, 2014 · I'm just starting to develop a machine learning application for academic purposes. I'm currently using R and training myself in it. However, in a lot of places, I have seen people …

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

    Dec 9, 2021 · There are limitations when installing the additional Python packages in Azure ML Studio and therefore the only possible way to add custom python modules, you can zip all …

  8. machine learning - How to train ML model with multiple variables ...

    Oct 2, 2018 · Start asking to get answers Find the answer to your question by asking. Ask question machine-learning python scikit-learn

  9. python - How to save final model using keras? - Stack Overflow

    I use KerasClassifier to train the classifier. The code is below: import numpy from pandas import read_csv from keras.models import Sequential from keras.layers import Dense from …

  10. Azure Machine Learning SDK V1 migration to V2 Pipeline Steps

    Oct 12, 2023 · I am trying to migrate Pipelines from Azure Machine Learning SDK V1 to V2, but sometimes I don't understand the logic behind the V2 and I get stuck. In V1, I just had to …